public class UnleashScheduledExecutorImpl extends java.lang.Object implements UnleashScheduledExecutor
| Constructor and Description |
|---|
UnleashScheduledExecutorImpl() |
| Modifier and Type | Method and Description |
|---|---|
static UnleashScheduledExecutorImpl |
getInstance() |
java.util.concurrent.Future<java.lang.Void> |
scheduleOnce(java.lang.Runnable runnable) |
java.util.concurrent.ScheduledFuture |
setInterval(java.lang.Runnable command,
long initialDelaySec,
long periodSec) |
public static UnleashScheduledExecutorImpl getInstance()
public java.util.concurrent.ScheduledFuture setInterval(java.lang.Runnable command,
long initialDelaySec,
long periodSec)
setInterval in interface UnleashScheduledExecutorpublic java.util.concurrent.Future<java.lang.Void> scheduleOnce(java.lang.Runnable runnable)
scheduleOnce in interface UnleashScheduledExecutorCopyright © 2014-2019. All Rights Reserved.