Class AmqpMessageSource.AmqpAckCallback
java.lang.Object
org.springframework.integration.amqp.inbound.AmqpMessageSource.AmqpAckCallback
- All Implemented Interfaces:
org.springframework.integration.acks.AcknowledgmentCallback,org.springframework.integration.acks.SimpleAcknowledgment
- Enclosing class:
- AmqpMessageSource
public static class AmqpMessageSource.AmqpAckCallback
extends Object
implements org.springframework.integration.acks.AcknowledgmentCallback
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.integration.acks.AcknowledgmentCallback
org.springframework.integration.acks.AcknowledgmentCallback.Status -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidacknowledge(org.springframework.integration.acks.AcknowledgmentCallback.Status status) protected AmqpMessageSource.AmqpAckInfobooleanbooleanvoidprotected voidsetAcknowledged(boolean acknowledged) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.integration.acks.AcknowledgmentCallback
acknowledge
-
Constructor Details
-
AmqpAckCallback
-
-
Method Details
-
getAckInfo
-
setAcknowledged
protected void setAcknowledged(boolean acknowledged) -
isAcknowledged
public boolean isAcknowledged()- Specified by:
isAcknowledgedin interfaceorg.springframework.integration.acks.AcknowledgmentCallback
-
noAutoAck
public void noAutoAck()- Specified by:
noAutoAckin interfaceorg.springframework.integration.acks.AcknowledgmentCallback
-
isAutoAck
public boolean isAutoAck()- Specified by:
isAutoAckin interfaceorg.springframework.integration.acks.AcknowledgmentCallback
-
acknowledge
public void acknowledge(org.springframework.integration.acks.AcknowledgmentCallback.Status status) - Specified by:
acknowledgein interfaceorg.springframework.integration.acks.AcknowledgmentCallback
-
toString
-