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 Summary
ConstructorsConstructorDescriptionAmqpAckInfo
(Connection connection, com.rabbitmq.client.Channel channel, boolean transacted, com.rabbitmq.client.GetResponse getResponse) -
Method Summary
Modifier and TypeMethodDescriptioncom.rabbitmq.client.Channel
com.rabbitmq.client.GetResponse
boolean
toString()
-
Constructor Details
-
AmqpAckInfo
public AmqpAckInfo(Connection connection, com.rabbitmq.client.Channel channel, boolean transacted, com.rabbitmq.client.GetResponse getResponse)
-
-
Method Details
-
getConnection
-
getChannel
public com.rabbitmq.client.Channel getChannel() -
isTransacted
public boolean isTransacted() -
getGetResponse
public com.rabbitmq.client.GetResponse getGetResponse() -
toString
-