Class RabbitMQConfirmation


  • public class RabbitMQConfirmation
    extends Object
    Author:
    jtalbut
    • Constructor Detail

      • RabbitMQConfirmation

        public RabbitMQConfirmation​(long channelInstance,
                                    long deliveryTag,
                                    boolean multiple,
                                    boolean succeeded)
      • RabbitMQConfirmation

        public RabbitMQConfirmation​(JsonObject json)
    • Method Detail

      • getChannelInstance

        public long getChannelInstance()
      • getDeliveryTag

        public long getDeliveryTag()
      • isMultiple

        public boolean isMultiple()
      • isSucceeded

        public boolean isSucceeded()