public interface Command extends Writable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Command.Id |
Writable.BufferAcquirer| Modifier and Type | Method and Description |
|---|---|
Command.Id |
id() |
default boolean |
isAdmin() |
default boolean |
isApplication() |
DirectBuffer |
payload() |
long |
time() |
int |
type() |
int |
writeTo(MutableDirectBuffer buffer,
int offset) |
Command.Id id()
int type()
long time()
default boolean isAdmin()
default boolean isApplication()
DirectBuffer payload()
int writeTo(MutableDirectBuffer buffer, int offset)
Copyright © 2020 tools4j.org (Marco Terzer, Anton Anufriev). All Rights Reserved.