Interface MessageSentCallback

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void sent​(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 session
        message - the message
        destination - the destination