Uses of Interface
com.tick42.glue.core.Scheduler
-
Packages that use Scheduler Package Description com.tick42.glue.core The core API for Glue.com.tick42.glue.core.interop.discovery -
-
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)
-