Class AbstractAmqpOutboundEndpoint.CorrelationDataWrapper
java.lang.Object
org.springframework.amqp.rabbit.connection.CorrelationData
org.springframework.integration.amqp.outbound.AbstractAmqpOutboundEndpoint.CorrelationDataWrapper
- All Implemented Interfaces:
Correlation
- Enclosing class:
AbstractAmqpOutboundEndpoint
protected static final class AbstractAmqpOutboundEndpoint.CorrelationDataWrapper
extends CorrelationData
- Since:
- 4.3
- Author:
- Gary Russell, Artem Bilan, Christian Tzolov, Ngoc Nhan
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.amqp.rabbit.connection.CorrelationData
CorrelationData.Confirm
-
Method Summary
Methods inherited from class org.springframework.amqp.rabbit.connection.CorrelationData
getId, getReturned, setId, toString
-
Method Details
-
getUserData
-
getMessage
-
getFuture
- Overrides:
getFuture
in classCorrelationData
-
setReturned
- Overrides:
setReturned
in classCorrelationData
-