]
Mark Proctor reassigned JBRULES-1725:
-------------------------------------
Assignee: Edson Tirelli (was: Mark Proctor)
Time and length batch window support
------------------------------------
Key: JBRULES-1725
URL:
https://issues.jboss.org/browse/JBRULES-1725
Project: Drools
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Reporter: Heiko Braun
Assignee: Edson Tirelli
Fix For: FUTURE
Support for time and length batch windows in drools fusion.
I.e.
when
$event: Alert() length_batch(10)
then
// process batch of 10 Alert events
end
or
when
$event: Alert() time_batch(60sec)
then
// process of n Alert events that did occur within 60 sec
end
--
This message is automatically generated by JIRA.
For more information on JIRA, see: