public static class AmqpMessageSource.AmqpAckInfo extends Object
Constructor and Description |
---|
AmqpAckInfo(Connection connection,
com.rabbitmq.client.Channel channel,
boolean transacted,
com.rabbitmq.client.GetResponse getResponse) |
Modifier and Type | Method and Description |
---|---|
com.rabbitmq.client.Channel |
getChannel() |
Connection |
getConnection() |
com.rabbitmq.client.GetResponse |
getGetResponse() |
boolean |
isTransacted() |
String |
toString() |
public AmqpAckInfo(Connection connection, com.rabbitmq.client.Channel channel, boolean transacted, com.rabbitmq.client.GetResponse getResponse)
public Connection getConnection()
public com.rabbitmq.client.Channel getChannel()
public boolean isTransacted()
public com.rabbitmq.client.GetResponse getGetResponse()