public interface RetryHandler
Modifier and Type | Method and Description |
---|---|
RetryResult |
retryBindingRecovery(RetryContext context)
Retry a failed binding recovery operation.
|
RetryResult |
retryConsumerRecovery(RetryContext context)
Retry a failed consumer recovery operation.
|
RetryResult |
retryExchangeRecovery(RetryContext context)
Retry a failed exchange recovery operation.
|
RetryResult |
retryQueueRecovery(RetryContext context)
Retry a failed queue recovery operation.
|
RetryResult retryQueueRecovery(RetryContext context) throws Exception
context
- the context of the retryException
- if the retry failsRetryResult retryExchangeRecovery(RetryContext context) throws Exception
context
- the context of the retryException
- if the retry failsRetryResult retryBindingRecovery(RetryContext context) throws Exception
context
- the context of the retryException
- if the retry failsRetryResult retryConsumerRecovery(RetryContext context) throws Exception
context
- the context of the retryException
- if the retry failsCopyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.