<p>Hi, I am a Newbie with Drools5.1.0 and I was trying to set a KnowledgeBaseConfiguration Option using Drools Fusion.<br>I tried the code that was in the Documentation part of Drools Fusion:</p>
<p>KnowledgeBaseConfiguration config = KnowledgeBaseFactory.newKnowledgeBaseConfiguration();<br>config.setOption(EventProcessingMode.STREAM);</p>
<p>And the next Error appears, and I don`t understand why: </p>
<p>Bound mismatch: The generic method setOption(T) of type KnowledgeBaseOptionsConfiguration is not applicable for the arguments <br>(RuleBaseConfiguration.EventProcessingMode). The inferred type RuleBaseConfiguration.EventProcessingMode is not a valid substitute <br>
for the bounded parameter <T extends KnowledgeBaseOption></p>
<p>Regards,</p>
<p>Nicolas</p>