Class AmqpMessageSource.AmqpAckInfo
java.lang.Object
org.springframework.integration.amqp.inbound.AmqpMessageSource.AmqpAckInfo
- Enclosing class:
- AmqpMessageSource
Information for building an AmqpAckCallback.
- Since:
- 5.0.1
- Author:
- Gary Russell
- 
Constructor SummaryConstructorsConstructorDescriptionAmqpAckInfo(Connection connection, com.rabbitmq.client.Channel channel, boolean transacted, com.rabbitmq.client.GetResponse getResponse) 
- 
Method SummaryModifier and TypeMethodDescriptioncom.rabbitmq.client.Channelcom.rabbitmq.client.GetResponsebooleantoString()
- 
Constructor Details- 
AmqpAckInfopublic AmqpAckInfo(Connection connection, com.rabbitmq.client.Channel channel, boolean transacted, com.rabbitmq.client.GetResponse getResponse) 
 
- 
- 
Method Details- 
getConnection
- 
getChannelpublic com.rabbitmq.client.Channel getChannel()
- 
isTransactedpublic boolean isTransacted()
- 
getGetResponsepublic com.rabbitmq.client.GetResponse getGetResponse()
- 
toString
 
-