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-...
Sent from the Drools: User forum mailing list archive at
Nabble.com.