public final class SendRetryContextAccessor extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ADDRESS
Key for the Address we tried to send to.
|
static String |
MESSAGE
Key for the message we tried to send.
|
Modifier and Type | Method and Description |
---|---|
static Address |
getAddress(org.springframework.retry.RetryContext context)
Retrieve the
Address from the context. |
static Message |
getMessage(org.springframework.retry.RetryContext context)
Retrieve the
Message from the context. |
public static final String MESSAGE
public static final String ADDRESS