public abstract class Retry<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DELAY |
static int |
MAX_RETRIES |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
execute() |
T |
run() |
T |
runWithDelay() |
public static final int MAX_RETRIES
public static final int DELAY
public Retry(Class exceptionClassType)
Copyright © 2024 The Apache Software Foundation. All rights reserved.