public interface Rescheduler
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.ScheduledFuture<java.lang.Void> |
reschedule() |
void |
setCallable(java.util.concurrent.Callable<java.lang.Void> callable) |
void |
setDelayInMillis(int delayInMillis) |
void |
setMaxReschedules(int maxReschedules) |