Class JpaJDKTimerService

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

public class JpaJDKTimerService extends JDKTimerService
A default Scheduler implementation that uses the JDK built-in ScheduledThreadPoolExecutor as the scheduler and the system clock as the clock.