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 Summary
Constructors Constructor Description AmqpAckInfo(Connection connection, com.rabbitmq.client.Channel channel, boolean transacted, com.rabbitmq.client.GetResponse getResponse)
-
Method Summary
Modifier and Type Method Description com.rabbitmq.client.Channel
getChannel()
Connection
getConnection()
com.rabbitmq.client.GetResponse
getGetResponse()
boolean
isTransacted()
String
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
-