Interface MessageSentCallback
-
- All Known Implementing Classes:
UseMessageIdAsCorrelationIdMessageSentCallback
public interface MessageSentCallbackCallback when aMessagehas been sent.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsent(com.rabbitmq.client.Connection session, byte[] message, String destination)Callback when the message has been sent.
-
-
-
Method Detail
-
sent
void sent(com.rabbitmq.client.Connection session, byte[] message, String destination)Callback when the message has been sent.- Parameters:
session- the sessionmessage- the messagedestination- the destination
-
-