Interface | Description |
---|---|
BatchExecutor |
Event executor.
|
Callback<T> |
Event callback.
|
Disposable |
Interface to represent an instance that requires explicit resource cleanup
|
DisposingExecutor |
An
Executor that can dispose other components in unison with itself. |
EventQueue | |
EventReader |
User: mrettig
Date: Aug 30, 2009
|
Filter<T> |
Interface to represent a boolean filter for messages
|
MessageReader<T> |
User: mrettig
Date: Sep 28, 2009
|
RunnableExecutor |
Queues and executes events.
|
Scheduler |
Component that can schedule events to execute in the future.
|
Class | Description |
---|---|
BatchExecutorImpl |
Default implementation that simply executes all events.
|
CappedBlockingQueue |
Adds a cap to the size of the queue.
|
EventBuffer |
User: mrettig
Date: Aug 29, 2009
|
MessageBuffer<T> |
User: mrettig
Date: Sep 28, 2009
|
NioQueueSwapper | |
QueueSwapper | |
RunnableBlockingQueue |
Blocking queue supporting efficient put and sweep operations.
|
RunnableExecutorImpl |
Default implementation that queues and executes events.
|
SchedulerImpl |
Default implementation for scheduling events for execution on fibers.
|
SynchronousDisposingExecutor |
A synchronous execute typically used for testing.
|
SynchronousExecutor |
Executor that runs tasks on the current thread.
|
Copyright © 2017. All Rights Reserved.