public interface MessageSentCallback
Message has been sent.| Modifier and Type | Method and Description |
|---|---|
void |
sent(com.rabbitmq.client.Connection session,
byte[] message,
String destination)
Callback when the message has been sent.
|
void sent(com.rabbitmq.client.Connection session,
byte[] message,
String destination)
session - the sessionmessage - the messagedestination - the destinationApache Camel