Interface | Description |
---|---|
Dispatcher<SUB_T> |
Dispatcher that informs subscribers of events.
|
DispatcherOp<SUB_T> |
Dispatch operation.
|
DispatcherThreadFactoryMXBean |
MX bean interface for a dispatcher thread factory.
|
DispatcherThreadMXBean |
Managed bean with statistics for a dispatcher thread.
|
DispatcherThreadOperationMXBean |
Managed bean with statistics for a specific operation in a dispatcher thread.
|
ExceptionHandler |
Handlers that is invoked when an exception is thrown in a
DispatcherThread . |
Class | Description |
---|---|
AsyncDispatcher |
Dispatcher used to run asynchronous requests.
|
DefaultExceptionHandler |
Default implementation of an exception handler.
|
DispatcherThreadStats |
Keeps statistics of dispatcher thread.
|
GlobalDispatcher |
The global dispatcher contains a global singleton instance of an
AsyncDispatcher . |
LocalDispatcher<SUB_T> |
The local dispatcher is the port used by subscribers to attach subscriptions.
|
ProxyLocalDispatcher<SUB_T> |
Local dispatcher that uses a proxy to make publishing easier.
|
TimingStats |
Class keeping statistics of execution times.
|
Exception | Description |
---|---|
AsynchronousDispatchLocation |
This exception does not represent an error but rather acts as a mark in
the stack trace to keep track of asynchronous dispatch locations.
|
ProxyWrapperException |
Exception thrown to wrap a checked exception thrown by a dispatch operation
when invoked from a
ProxyLocalDispatcher . |
Copyright © 2015. All rights reserved.