| Interface | Description |
|---|---|
| BackOffRetryHandler<FC extends FailureContext> |
A backoff retry handler.
|
| FailureContext |
Any data structure that has fail and retry capability should deal with an implementation of this interface.
|
| RetryPolicyDecider<FC extends FailureContext> |
| Class | Description |
|---|---|
| ChainedRetryPolicyDecider<FC extends FailureContext> | |
| DefaultRetryPolicyDecider<FC extends FailureContext> | |
| FibonacciExponentialBackOffRetryHandler<FC extends FailureContext> |
A exponential backoff retry handler.
|
| ImmediateRetryHandler<FC extends FailureContext> | |
| NoRetryHandler<FC extends FailureContext> | |
| OperationRetryHandlerFactory |
Factory which creates operation retry handler
|
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.