| Interface | Description |
|---|---|
| IMessageBus<T,P extends IMessageBus.IPostCommand> |
A message bus offers facilities for publishing messages to registered listeners.
|
| IMessageBus.IPostCommand<T> |
A post command is used as an intermediate object created by a call to the message bus' post method.
|
| IPublicationErrorHandler |
Publication error handlers are provided with a publication error every time an error occurs during message publication.
|
| Class | Description |
|---|---|
| AbstractMessageBus<T,P extends IMessageBus.IPostCommand> |
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.
|
| IPublicationErrorHandler.ConsoleLogger | |
| MBassador<T> | |
| MessagePublication |
A message publication is created for each asynchronous message dispatch.
|
| PublicationError |
Publication errors are created when object publication fails for some reason and contain details
as to the cause and location where they occured.
|
| SyncAsyncPostCommand<T> |
This post command provides access to standard synchronous and asynchronous dispatch
|
Copyright © 2013. All Rights Reserved.