public class Retryer extends Object
| Constructor and Description |
|---|
Retryer(long minDelay,
long maxDelay,
TimeUnit unit,
ThreadFactory threadFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
completeAsynchronously(Runnable task) |
void |
shutdownNow() |
public Retryer(long minDelay,
long maxDelay,
TimeUnit unit,
ThreadFactory threadFactory)
public void completeAsynchronously(Runnable task)
public void shutdownNow()
Copyright © 2015–2024. All rights reserved.