]
Mario Fusco reassigned DROOLS-794:
----------------------------------
Assignee: Mario Fusco (was: Mark Proctor)
Advance time in SessionPseudoClock number of times in a row
-----------------------------------------------------------
Key: DROOLS-794
URL:
https://issues.jboss.org/browse/DROOLS-794
Project: Drools
Issue Type: Enhancement
Reporter: Tibor Zimányi
Assignee: Mario Fusco
Priority: Minor
There should be a method in SessionPseudoClock that can advance some amount of time
number of times in a row. This will enable timer events to be triggered each time session
clock is advanced.
There are some cases where it is needed to advance time in SessionPseudoClock number of
times in a row. I.e. when working with timer events. Session clock should be advanced i.e.
by 40 seconds, but timer events should not be triggered after that 40 second advancement,
but during these 40 seconds. This functionality will enable doing this with one method
call.