Package io.getunleash.util
Interface UnleashScheduledExecutor
-
- All Known Subinterfaces:
UnleashScheduledExecutor
- All Known Implementing Classes:
UnleashScheduledExecutorImpl
public interface UnleashScheduledExecutor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Future<Void>scheduleOnce(Runnable runnable)ScheduledFuturesetInterval(Runnable command, long initialDelaySec, long periodSec)default voidshutdown()
-
-
-
Method Detail
-
setInterval
@Nullable ScheduledFuture setInterval(Runnable command, long initialDelaySec, long periodSec) throws RejectedExecutionException
- Throws:
RejectedExecutionException
-
shutdown
default void shutdown()
-
-