public static class AmqpMessageSource.AmqpAckCallback
extends java.lang.Object
implements org.springframework.integration.acks.AcknowledgmentCallback
| Constructor and Description |
|---|
AmqpAckCallback(AmqpMessageSource.AmqpAckInfo ackInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
acknowledge(org.springframework.integration.acks.AcknowledgmentCallback.Status status) |
protected AmqpMessageSource.AmqpAckInfo |
getAckInfo() |
boolean |
isAcknowledged() |
boolean |
isAutoAck() |
void |
noAutoAck() |
protected void |
setAcknowledged(boolean acknowledged) |
java.lang.String |
toString() |
public AmqpAckCallback(AmqpMessageSource.AmqpAckInfo ackInfo)
protected AmqpMessageSource.AmqpAckInfo getAckInfo()
protected void setAcknowledged(boolean acknowledged)
public boolean isAcknowledged()
isAcknowledged in interface org.springframework.integration.acks.AcknowledgmentCallbackpublic void noAutoAck()
noAutoAck in interface org.springframework.integration.acks.AcknowledgmentCallbackpublic boolean isAutoAck()
isAutoAck in interface org.springframework.integration.acks.AcknowledgmentCallbackpublic void acknowledge(org.springframework.integration.acks.AcknowledgmentCallback.Status status)
acknowledge in interface org.springframework.integration.acks.AcknowledgmentCallbackpublic java.lang.String toString()
toString in class java.lang.Object