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 java.lang.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 
    Constructor Description
    AmqpAckCallback​(AmqpMessageSource.AmqpAckInfo ackInfo)  
  • Method Summary

    Modifier and Type Method 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()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.springframework.integration.acks.AcknowledgmentCallback

    acknowledge
  • Constructor Details

  • Method Details

    • getAckInfo

      protected AmqpMessageSource.AmqpAckInfo getAckInfo()
    • setAcknowledged

      protected void setAcknowledged​(boolean acknowledged)
    • isAcknowledged

      public boolean isAcknowledged()
      Specified by:
      isAcknowledged in interface org.springframework.integration.acks.AcknowledgmentCallback
    • noAutoAck

      public void noAutoAck()
      Specified by:
      noAutoAck in interface org.springframework.integration.acks.AcknowledgmentCallback
    • isAutoAck

      public boolean isAutoAck()
      Specified by:
      isAutoAck in interface org.springframework.integration.acks.AcknowledgmentCallback
    • acknowledge

      public void acknowledge​(org.springframework.integration.acks.AcknowledgmentCallback.Status status)
      Specified by:
      acknowledge in interface org.springframework.integration.acks.AcknowledgmentCallback
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object