MessageType
- the type of message being handledpublic interface MessageErrorHandler<MessageType>
Modifier and Type | Method and Description |
---|---|
boolean |
handleError(Throwable t,
MessageContext<MessageType> messageContext)
Handle a particular thrown error.
|
boolean handleError(Throwable t, MessageContext<MessageType> messageContext)
t
- the error that was thrownmessageContext
- the message context being processed, if availableCopyright © 2016. All rights reserved.