Class | Description |
---|---|
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.
|
Enum | Description |
---|---|
Capabilities |
An enumeration of the possible mechanisms by which a bus can communicate with
another remote bus.
|
Exception | Description |
---|---|
MessageCallbackFailure | |
MessageDeliveryFailure |
Thrown to indicate that delivery could not be completed for a message which was given to ErraiBus.
|
NoSubscribersToDeliverTo |
Thrown when a message given to the bus has a subject name that no subscribers are listening for on the local bus or
any remote bus federated with it.
|
TransportIOException |
Thrown when an attempt at sending or receiving a message results in an error on the network level (e.g.
|
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.