MessageType - the type of message being handledpublic interface TypedMessageErrorHandler<MessageType> extends MessageErrorHandler<MessageType>
| Modifier and Type | Method and Description |
|---|---|
boolean |
handlesError(java.lang.Throwable t)
Indicates whether the message error handle is capable of handling the specified error.
|
handleError