public interface EventQueue
DisruptorEventQueue for an example.| Modifier and Type | Interface and Description |
|---|---|
static interface |
EventQueue.Entry
Base interface to be used for all entries in
EventQueue. |
| Modifier and Type | Method and Description |
|---|---|
void |
enqueue(EventQueue.Entry entry) |
void |
shutdown() |
void enqueue(EventQueue.Entry entry)
void shutdown()