Class 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 Detail

    • Method Detail

      • isAck

        public boolean isAck()
      • getReason

        public String getReason()