So no entry-point (using default) is OK.

I've declared this Fact as event, like this:

declare StateEvent
        @role( event )
end


And I have changed a property in drools.default.rulebase.conf
(drools.eventProcessingMode = STREAM) to make the engine works in stream
mode.

I'm opening a stateful session too (newStatefulKnowledgeSession();)

Is that ok? 
May i set stream mode in code like config.setOption(
EventProcessingOption.STREAM );?
May i use any specific clock type?

Thanks





--
View this message in context: 
http://drools.46999.n3.nabble.com/rules-users-Accumulate-function-events-and-stream-processing-tp3700577p3703245.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to