Class JDKTimerService

java.lang.Object
org.drools.core.time.impl.JDKTimerService
All Implemented Interfaces:
InternalSchedulerService, SchedulerService, TimerService, SessionClock

public class JDKTimerService extends Object implements TimerService, SessionClock, InternalSchedulerService
A default Scheduler implementation that uses the JDK built-in ScheduledThreadPoolExecutor as the scheduler and the system clock as the clock.