Class | Description |
---|---|
TopicProcessor<E> |
An implementation of a RingBuffer backed message-passing Processor implementing publish-subscribe with async event
loops.
|
TopicProcessor.Builder<T> |
TopicProcessor builder that can be used to create new
processors. |
WaitStrategy |
Strategy employed to wait for specific
LongSupplier values with various spinning strategies. |
WorkQueueProcessor<E> |
An implementation of a RingBuffer backed message-passing Processor implementing work-queue distribution with
async event loops.
|
WorkQueueProcessor.Builder<T> |
WorkQueueProcessor builder that can be used to create new
processors. |