| Interface | Description |
|---|---|
| BackOffStrategy |
BackOffStrategy will cause the current thread to sleep for a specific amount of time.
|
| Class | Description |
|---|---|
| AbstractBackOffStrategy |
| Exception | Description |
|---|---|
| BackOffException |
Exception that is thrown when a
AbstractBackOffStrategy has attempted to
backOff() more than the AbstractBackOffStrategy was configured for. |
Copyright © 2020 The Apache Software Foundation. All rights reserved.