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