Interface UnleashScheduledExecutor
- All Known Implementing Classes:
UnleashScheduledExecutorImpl
public interface UnleashScheduledExecutor
-
Method Summary
Modifier and TypeMethodDescriptionscheduleOnce(Runnable runnable) setInterval(Runnable command, long initialDelaySec, long periodSec) default voidshutdown()
-
Method Details
-
setInterval
@Nullable ScheduledFuture setInterval(Runnable command, long initialDelaySec, long periodSec) throws RejectedExecutionException - Throws:
RejectedExecutionException
-
scheduleOnce
-
shutdown
default void shutdown()
-