PseudoClockScheduler clock; 

    private void advance( Date eventDate ){ 
        long currentTime = clock.getCurrentTime(); 
        long eventTime = eventDate.getTime(); 
        clock.advanceTime( eventTime - currentTime, TimeUnit.MILLISECONDS ); 
    } 

This simple but great piece of code should make it into the documentation!
Thank you laune!



--
View this message in context: 
http://drools.46999.n3.nabble.com/A-Drools-CEP-Scenario-did-I-get-it-right-tp4025863p4025918.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to