[rules-users] Drools Flow: API for Timers

tolitius webakaunt at gmail.com
Tue Apr 20 09:37:37 EDT 2010


Hey Drools Crowd,

    1. Why is there no simple API to start the Timer(s)?

                       e.g. ksession.startTimers()

        that would encapsulate a low level thread spawning:

                       new Thread(new Runnable() {
                         public void run() {
                           ksession.fireUntilHalt();
                         }
                       }).start();

    2. Why do these timers _need_ to started by developer? Framework already
knows there are timers, and should start them on "ksession.startProcess".

/Anatoly
-- 
View this message in context: http://n3.nabble.com/Drools-Flow-API-for-Timers-tp732299p732299.html
Sent from the Drools - User mailing list archive at Nabble.com.



More information about the rules-users mailing list