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
  • 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 String toString()
      Overrides:
      toString in class Object