| Constructor and Description |
|---|
ToRetryRunnable(Runnable command,
int maxTimes) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxTimes() |
int |
getRetryTimes() |
protected void |
onFailed() |
protected abstract void |
retry() |
void |
run() |
public ToRetryRunnable(Runnable command, int maxTimes)
Copyright © 2020. All rights reserved.