|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageDeliveryAware
Interface that provides callback definitions for components that require message delivery status notifications.
Method Summary | |
---|---|
void |
onFailure(MessagingException exception)
Callback method invoked after a message delivery failure. |
void |
onSend(Message<?> sentMessage)
Callback method invoked after a message is sent successfully. |
Method Detail |
---|
void onSend(Message<?> sentMessage)
void onFailure(MessagingException exception)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |