public abstract class RetryStrategy extends Object
| Constructor and Description |
|---|
RetryStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeRetry()
Should be called before re-attempting.
|
abstract boolean |
failOnce()
Increments the number of failed attempts.
|
public abstract boolean failOnce()
public void beforeRetry()
Copyright © 2017 The Apache Software Foundation. All rights reserved.