MessageType
- the type of message being handledpublic interface TypedMessageErrorHandler<MessageType> extends MessageErrorHandler<MessageType>
Modifier and Type | Method and Description |
---|---|
boolean |
handlesError(Throwable t)
Indicates whether the message error handle is capable of handling the specified error.
|
handleError
boolean handlesError(Throwable t)
t
- the type of error about which to queryCopyright © 2017. All rights reserved.