Uses of Interface
org.drools.core.time.SchedulerService
-
Packages that use SchedulerService Package Description org.drools.core.time org.drools.core.time.impl -
-
Uses of SchedulerService in org.drools.core.time
Subinterfaces of SchedulerService in org.drools.core.time Modifier and Type Interface Description interfaceTimerServiceAn interface for all timer service implementations used in a drools session. -
Uses of SchedulerService in org.drools.core.time.impl
Classes in org.drools.core.time.impl that implement SchedulerService Modifier and Type Class Description classJDKTimerServiceA default Scheduler implementation that uses the JDK built-in ScheduledThreadPoolExecutor as the scheduler and the system clock as the clock.classPseudoClockSchedulerA PseudoClockScheduler is a scheduler based on a user controlled clock that allows the user to explicitly control current time.
-