Class CorrelationData.Confirm
java.lang.Object
org.springframework.amqp.rabbit.connection.CorrelationData.Confirm
- Enclosing class:
CorrelationData
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
- Author:
- Gary Russell
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Confirm
-
-
Method Details
-
isAck
public boolean isAck() -
getReason
-
toString
-