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
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.amqp.rabbit.connection.CorrelationData
CorrelationData.Confirm -
Method Summary
Modifier and Type Method Description SettableListenableFuture<CorrelationData.Confirm>getFuture()Message<?>getMessage()ObjectgetUserData()voidsetReturned(ReturnedMessage returned)voidsetReturnedMessage(Message returnedMessage)Deprecated.Methods inherited from class org.springframework.amqp.rabbit.connection.CorrelationData
getId, getReturned, getReturnedMessage, setId, toString
-
Method Details
-
getUserData
-
getMessage
-
getFuture
- Overrides:
getFuturein classCorrelationData
-
setReturnedMessage
Deprecated.- Overrides:
setReturnedMessagein classCorrelationData
-
setReturned
- Overrides:
setReturnedin classCorrelationData
-