Uses of Interface
org.drools.core.time.TimerService
Packages that use TimerService
Package
Description
This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory
-
Uses of TimerService in org.drools.core
Methods in org.drools.core that return TimerServiceModifier and TypeMethodDescriptionabstract TimerServiceClockType.createInstance()SessionConfiguration.createTimerService() -
Uses of TimerService in org.drools.core.common
Methods in org.drools.core.common that return TimerServiceModifier and TypeMethodDescriptionInternalKnowledgeRuntime.getTimerService()ReteEvaluator.getTimerService() -
Uses of TimerService in org.drools.core.reteoo
Methods in org.drools.core.reteoo that return TimerServiceModifier and TypeMethodDescriptionRuntimeComponentFactory.createTimerService(ReteEvaluator reteEvaluator) -
Uses of TimerService in org.drools.core.time.impl
Classes in org.drools.core.time.impl that implement TimerServiceModifier 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.