Package | Description |
---|---|
org.drools.core.time | |
org.drools.core.time.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
TimerService
An interface for all timer service implementations used in a drools session.
|
Modifier and Type | Class and Description |
---|---|
class |
JDKTimerService
A default Scheduler implementation that uses the
JDK built-in ScheduledThreadPoolExecutor as the
scheduler and the system clock as the clock.
|
class |
PseudoClockScheduler
A PseudoClockScheduler is a scheduler based on a user controlled clock
that allows the user to explicitly control current time.
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.