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