Package org.springframework.amqp.support
Class SendRetryContextAccessor
java.lang.Object
org.springframework.amqp.support.SendRetryContextAccessor
Type safe accessor for retried message sending.
- Since:
- 2.0.6
- Author:
- Gary Russell
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Address
getAddress
(org.springframework.retry.RetryContext context) Retrieve theAddress
from the context.static Message
getMessage
(org.springframework.retry.RetryContext context) Retrieve theMessage
from the context.
-
Field Details
-
MESSAGE
Key for the message we tried to send.- See Also:
-
ADDRESS
Key for the Address we tried to send to.- See Also:
-
-
Method Details