public interface CommandLoopback
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CommandLoopback.Default |
static interface |
CommandLoopback.EnqueuingContext |
| Modifier and Type | Method and Description |
|---|---|
void |
enqueueCommand(DirectBuffer command,
int offset,
int length) |
void |
enqueueCommand(int type,
DirectBuffer command,
int offset,
int length) |
void |
enqueueCommandWithoutPayload(int type) |
CommandLoopback.EnqueuingContext |
enqueuingCommand() |
CommandLoopback.EnqueuingContext |
enqueuingCommand(int type) |
CommandLoopback.EnqueuingContext enqueuingCommand()
CommandLoopback.EnqueuingContext enqueuingCommand(int type)
void enqueueCommand(DirectBuffer command, int offset, int length)
void enqueueCommand(int type,
DirectBuffer command,
int offset,
int length)
void enqueueCommandWithoutPayload(int type)
Copyright © 2020 tools4j.org (Marco Terzer, Anton Anufriev). All Rights Reserved.