| Interface | Description |
|---|---|
| IMessageBus<T,P extends IMessageBus.IPostCommand> |
A message bus offers facilities for publishing messages to registered listeners.
|
| IMessageBus.IPostCommand | |
| ISyncMessageBus<T,P extends ISyncMessageBus.ISyncPostCommand> | |
| ISyncMessageBus.ISyncPostCommand |
A post command is used as an intermediate object created by a call to the message bus' post method.
|
| Class | Description |
|---|---|
| AbstractSyncAsyncMessageBus<T,P extends IMessageBus.IPostCommand> |
The base class for all message bus implementations.
|
| AbstractSyncMessageBus<T,P extends ISyncMessageBus.ISyncPostCommand> |
The base class for all message bus implementations.
|
| BusConfiguration |
The bus configuration holds various parameters that can be used to customize the bus' runtime behaviour.
|
| MBassador<T> | |
| MessagePublication |
A message publication is created for each asynchronous message dispatch.
|
| MessagePublication.Factory | |
| SyncAsyncPostCommand<T> |
This post command provides access to standard synchronous and asynchronous dispatch
|
| SyncBusConfiguration<Config extends SyncBusConfiguration<Config>> |
Todo: Add javadoc
|
Copyright © 2013. All Rights Reserved.