Class Summary |
AsyncDelegateErrorCallback |
An error callback decorator for repeating tasks which automatically cancels
them when they cause an error. |
CommandMessage |
The default implementation of the Message interface. |
ConversationMessage |
A message that is automatically routed back to the originating bus of a
reference message (usually called the incoming message). |
DefaultErrorCallback |
The default error callback implementation, used when MessageBuildParms.defaultErrorHandling() was invoked
(which is the default when there is no explicit mention of error handling to the MessageBuilder). |
MessageBuilder |
The MessageBuilder API provides a fluent method of building Messages. |
ServiceCanceller |
Reusable bus subscriber which, upon receipt of any message, unsubscribes all subscribers (including itself) on the
subject it is subscribed to. |