Class ContextScheduler.ContextWorker
java.lang.Object
io.reactivex.Scheduler.Worker
io.vertx.reactivex.ContextScheduler.ContextWorker
- All Implemented Interfaces:
Disposable
- Enclosing class:
ContextScheduler
- Author:
- Julien Viet, Sercan Karaoglu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoiddispose()booleanschedulePeriodically(Runnable action, long initialDelay, long period, TimeUnit unit) Methods inherited from class Scheduler.Worker
now
-
Constructor Details
-
ContextWorker
public ContextWorker()
-
-
Method Details
-
countActions
public int countActions() -
schedule
- Overrides:
schedulein classScheduler.Worker
-
schedule
- Specified by:
schedulein classScheduler.Worker
-
schedulePeriodically
public Disposable schedulePeriodically(Runnable action, long initialDelay, long period, TimeUnit unit) - Overrides:
schedulePeriodicallyin classScheduler.Worker
-
dispose
public void dispose() -
isDisposed
public boolean isDisposed()
-