Class AmqpMessageSource.AmqpAckInfo
java.lang.Object
org.springframework.integration.amqp.inbound.AmqpMessageSource.AmqpAckInfo
- Enclosing class:
- AmqpMessageSource
Information for building an AmqpAckCallback.
-
Constructor Summary
ConstructorDescriptionAmqpAckInfo
(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