ErrorHandlerpublic interface ErrorHandler The ErrorHandler class is used when sending messages
that are sent asynchronously and the application still needs to get
confirmation when the message was sent successfully or when a message errored out. |
Methods Summary |
---|
public void | handleCompletion(UniqueId id)Invoked when the message has been sent successfully.
| public void | handleError(ChannelException x, UniqueId id)Invoked if the message is dispatched asynch, and an error occurs
|
|