Class ConfirmListenerWrapper

  • All Implemented Interfaces:
    com.rabbitmq.client.ConfirmListener

    public class ConfirmListenerWrapper
    extends Object
    implements com.rabbitmq.client.ConfirmListener
    • Constructor Detail

      • ConfirmListenerWrapper

        public ConfirmListenerWrapper​(com.rabbitmq.client.ConfirmCallback ackCallback,
                                      com.rabbitmq.client.ConfirmCallback nackCallback)
    • Method Detail

      • handleAck

        public void handleAck​(long deliveryTag,
                              boolean multiple)
                       throws IOException
        Specified by:
        handleAck in interface com.rabbitmq.client.ConfirmListener
        Throws:
        IOException
      • handleNack

        public void handleNack​(long deliveryTag,
                               boolean multiple)
                        throws IOException
        Specified by:
        handleNack in interface com.rabbitmq.client.ConfirmListener
        Throws:
        IOException