Time and length batch window support
------------------------------------
Key: JBRULES-1725
URL:
https://jira.jboss.org/jira/browse/JBRULES-1725
Project: JBoss Drools
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Reporter: Heiko Braun
Assignee: Mark Proctor
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.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira