| Package | Description |
|---|---|
| com.github.rbuck.retry |
This package contains the core retry framework classes; this page
provides descriptions for the core classes, the key concepts, etc.
|
| Modifier and Type | Method and Description |
|---|---|
RetryState |
RetryStrategy.getRetryState()
Creates a prototype state every time a request is made.
|
RetryState |
Incremental.getRetryState() |
RetryState |
FixedInterval.getRetryState() |
RetryState |
ExponentialBackoff.getRetryState() |
| Constructor and Description |
|---|
RetryEvent(Object source,
RetryState state,
Exception cause)
Constructs a prototypical Event.
|
Copyright © 2015. All rights reserved.