Interface MessageSentCallback

All Known Implementing Classes:
UseMessageIdAsCorrelationIdMessageSentCallback

public interface MessageSentCallback
Callback when a Message has been sent.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sent(com.rabbitmq.client.Connection session, byte[] message, String destination)
    Callback when the message has been sent.
  • Method Details

    • sent

      void sent(com.rabbitmq.client.Connection session, byte[] message, String destination)
      Callback when the message has been sent.
      Parameters:
      session - the session
      message - the message
      destination - the destination