[jboss-jira] [JBoss JIRA] (DROOLS-4200) Design and implement new DataSources API

Mario Fusco (Jira) issues at jboss.org
Thu Jun 20 12:18:00 EDT 2019


Mario Fusco created DROOLS-4200:
-----------------------------------

             Summary: Design and implement new DataSources API
                 Key: DROOLS-4200
                 URL: https://issues.jboss.org/browse/DROOLS-4200
             Project: Drools
          Issue Type: Task
          Components: core engine
            Reporter: Mario Fusco
            Assignee: Mario Fusco


We need 2 distinct DataSources:
* DataStream with only an append operation
* DataStore with all 3 WMA operations (has to return a FH)

Each RuleUnit will have a mailbox. When a RuleUnit is executed for the first time all data in its DataSources are flushed into its mailbox (wrapped in Commands). Then, when the RuleUnit is quiescent, it remains subscribed to its DataSources so that all new operation performed on them get also automatically flushed into its mailbox. 



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the jboss-jira mailing list