Package io.zeko.restapi.core.utilities
Class TimerKt
-
- All Implemented Interfaces:
public final class TimerKt
-
-
Method Summary
Modifier and Type Method Description final static UnitsetTimerSuspend(Vertx $self, Long duration, SuspendFunction0<Object> block)final static UnitrunCronSuspend(Vertx $self, Function0<Long> scheduleBlock, SuspendFunction0<Object> block)final static UnitrunCron(Vertx $self, Function0<Long> scheduleBlock, Function0<Object> block)-
-
Method Detail
-
setTimerSuspend
final static Unit setTimerSuspend(Vertx $self, Long duration, SuspendFunction0<Object> block)
-
runCronSuspend
final static Unit runCronSuspend(Vertx $self, Function0<Long> scheduleBlock, SuspendFunction0<Object> block)
-
-
-
-