Uses of Interface
org.drools.core.time.SchedulerService
Packages that use SchedulerService
-
Uses of SchedulerService in org.drools.core.time
Subinterfaces of SchedulerService in org.drools.core.timeModifier and TypeInterfaceDescriptioninterfaceAn 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 SchedulerServiceModifier and TypeClassDescriptionclassA default Scheduler implementation that uses the JDK built-in ScheduledThreadPoolExecutor as the scheduler and the system clock as the clock.classA PseudoClockScheduler is a scheduler based on a user controlled clock that allows the user to explicitly control current time.