Search Java Classes and Packages
Search Java Frameworks and Libraries
#Reactor.core.dispatch Classes and Interfaces - 15 results found.
| Name | Description | Type | Package | Framework |
| AbstractLifecycleDispatcher | A Dispatcher that has a lifecycle. | Class | reactor.core.dispatch | Reactor |
|
| AgileWaitingStrategy | A pair of slow and fast wait strategies to dynamically adapt to a given application loadSince:2. | Class | reactor.core.dispatch.wait | Reactor |
|
| Dispatcher | A Dispatcher is used to dispatch(Object, Consumer, Consumer) dispatch} data to Consumers. | Interface | reactor.core | Reactor |
|
| DispatcherSupplier | A Dispatcher Supplier with shutdown capacities to clean produced dispatchers. | Interface | reactor.core | Reactor |
|
| MpscDispatcher | queue tasks to execute. | Class | reactor.core.dispatch | Reactor |
|
| MultiThreadDispatcher | Base implementation for multi-threaded dispatchersSince:1. | Class | reactor.core.dispatch | Reactor |
|
| ParkWaitStrategy | | Class | reactor.core.dispatch.wait | Reactor |
|
| RingBufferDispatcher | | Class | reactor.core.dispatch | Reactor |
|
| SingleThreadDispatcher | Base Implementation for single-threaded Dispatchers. | Class | reactor.core.dispatch | Reactor |
|
| SynchronousDispatcher | A Dispatcher implementation that dispatches events using the calling thread. | Class | reactor.core.dispatch | Reactor |
|
| TailRecurseDispatcher | A Dispatcher implementation that trampolines events using the calling thread and. | Class | reactor.core.dispatch | Reactor |
|
| ThreadPoolExecutorDispatcher | A Dispatcher that uses a ThreadPoolExecutor with an unbounded queue to dispatch events. | Class | reactor.core.dispatch | Reactor |
|
| TraceableDelegatingDispatcher | An implementation of Dispatcher that traces activity through it. | Class | reactor.core.dispatch | Reactor |
|
| WaitingMood | A Component with some waiting capacities such as Dispatcher that uses a CPU-friendly strategy (e. | Interface | reactor.core.dispatch.wait | Reactor |
|
| WorkQueueDispatcher | | Class | reactor.core.dispatch | Reactor |