[jboss-jira] [JBoss JIRA] Created: (JBRULES-1726) Support for "exit-points" in drools fusion
Heiko Braun (JIRA)
jira-events at lists.jboss.org
Mon Aug 11 10:21:50 EDT 2008
Support for "exit-points" in drools fusion
------------------------------------------
Key: JBRULES-1726
URL: https://jira.jboss.org/jira/browse/JBRULES-1726
Project: JBoss Drools
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Reporter: Heiko Braun
Assignee: Mark Proctor
Fix For: FUTURE
Support for exit-point declarations in drools fusion:
I.e.
rule "Forward all stock ticks to listener"
when
$event: StockTick() from entry-point "AllTicks";
then
// forward to exit-point "MyMonitor"
end
With "MyMonitor" implementing a drools listener interface. I think this also requires further thoughts on event typing
--
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
More information about the jboss-jira
mailing list