public static interface MessageMonitor.MonitorCallback
| Modifier and Type | Method and Description | 
|---|---|
void | 
reportFailure(Throwable cause)
Notify the monitor that a failure occurred during processing of the message 
 | 
void | 
reportIgnored()
Notify the monitor that the message was ignored 
 | 
void | 
reportSuccess()
Notify the monitor that the message was handled successfully 
 | 
void reportSuccess()
void reportFailure(Throwable cause)
cause - or null if unknownvoid reportIgnored()
Copyright © 2010–2018. All rights reserved.