| Interface | Description |
|---|---|
| Dispatch<T> |
A sink for messages.
|
| DispatchFailureHandler<T> | |
| Receive<T> |
A source for messages.
|
| StoppableDispatch<T> |
| Class | Description |
|---|---|
| AsyncDispatch<T> |
A
Dispatch implementation which delivers messages asynchronously. |
| AsyncReceive<T> |
Receives messages asynchronously.
|
| BroadcastDispatch<T> | |
| ContextClassLoaderDispatch<T> | |
| DelayedReceive<T> | |
| DiscardingFailureHandler<T> | |
| ExceptionTrackingFailureHandler | |
| FailureHandlingDispatch<T> | |
| MethodInvocation | |
| ProxyDispatchAdapter<T> |
Adapts from interface T to a
Dispatch |
| QueuingDispatch<T> |
Queues messages until a receiver has been connected.
|
| ReflectionDispatch |
| Exception | Description |
|---|---|
| DispatchException |
Copyright © 2013. All rights reserved