Uses of Interface
org.drools.core.time.TimerService
-
Packages that use TimerService Package Description org.drools.core.common org.drools.core.time org.drools.core.time.impl -
-
Uses of TimerService in org.drools.core.common
Methods in org.drools.core.common that return TimerService Modifier and Type Method Description TimerServiceInternalKnowledgeRuntime. getTimerService()TimerServiceReteEvaluator. getTimerService() -
Uses of TimerService in org.drools.core.time
Methods in org.drools.core.time that return TimerService Modifier and Type Method Description static TimerServiceTimerServiceFactory. getTimerService(SessionConfiguration config) -
Uses of TimerService in org.drools.core.time.impl
Classes in org.drools.core.time.impl that implement TimerService 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.
-