public interface FutureScheduler
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.ScheduledFuture<?> |
scheduleFuture(java.lang.Runnable command,
long millisecondDelay) |
java.util.concurrent.ScheduledFuture<?> |
scheduleFutureWithFixedDelay(java.lang.Runnable command,
long initialMillisecondDelay,
long millisecondDelay) |
void |
teardown() |
java.util.concurrent.ScheduledFuture<?> scheduleFuture(java.lang.Runnable command,
long millisecondDelay)
java.util.concurrent.ScheduledFuture<?> scheduleFutureWithFixedDelay(java.lang.Runnable command,
long initialMillisecondDelay,
long millisecondDelay)
void teardown()