Class CorrelationData.Confirm

java.lang.Object
org.springframework.amqp.rabbit.connection.CorrelationData.Confirm
Enclosing class:
CorrelationData

public static class CorrelationData.Confirm extends Object
Represents a publisher confirmation. When the ack field is true, the publish was successful; otherwise failed with a possible reason (may be null, meaning unknown).
Since:
2.1
  • Constructor Details

  • Method Details

    • isAck

      public boolean isAck()
    • getReason

      public String getReason()
    • toString

      public String toString()
      Overrides:
      toString in class Object