Uses of Interface
com.tick42.glue.core.Scheduler
| Package | Description |
|---|---|
| com.tick42.glue.core |
The core API for Glue.
|
| com.tick42.glue.core.interop.discovery | |
| com.tick42.glue.internal.core |
-
Uses of Scheduler in com.tick42.glue.core
Methods in com.tick42.glue.core that return Scheduler Modifier and Type Method Description static SchedulerScheduler. of(ScheduledExecutorService executor)ReturnSchedulerwhich uses backingScheduledExecutorServiceto schedule tasks for asynchronous execution.static SchedulerScheduler. of(Timer timer) -
Uses of Scheduler in com.tick42.glue.core.interop.discovery
Methods in com.tick42.glue.core.interop.discovery with parameters of type Scheduler Modifier and Type Method Description MethodSearch<R>MethodQuery. in(Interop interop, Scheduler scheduler, Duration timeout)ServerSearchServerQuery. in(Interop interop, Scheduler scheduler) -
Uses of Scheduler in com.tick42.glue.internal.core
Methods in com.tick42.glue.internal.core that return Scheduler Modifier and Type Method Description static SchedulerSchedulers. executor(ScheduledExecutorService executor)static SchedulerSchedulers. scheduler(reactor.core.scheduler.Scheduler scheduler)static SchedulerSchedulers. timer(Timer timer)