Class AmqpMessageSource.AmqpAckInfo

java.lang.Object
org.springframework.integration.amqp.inbound.AmqpMessageSource.AmqpAckInfo
Enclosing class:
AmqpMessageSource

public static class AmqpMessageSource.AmqpAckInfo extends Object
Information for building an AmqpAckCallback.
  • Constructor Details

    • AmqpAckInfo

      public AmqpAckInfo(Connection connection, com.rabbitmq.client.Channel channel, boolean transacted, com.rabbitmq.client.GetResponse getResponse)
  • Method Details

    • getConnection

      public Connection getConnection()
    • getChannel

      public com.rabbitmq.client.Channel getChannel()
    • isTransacted

      public boolean isTransacted()
    • getGetResponse

      public com.rabbitmq.client.GetResponse getGetResponse()
    • toString

      public String toString()
      Overrides:
      toString in class Object