Uses of Interface
org.drools.core.spi.AsyncExceptionHandler
-
Packages that use AsyncExceptionHandler Package Description org.drools.core This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactoryorg.drools.core.base org.drools.core.impl -
-
Uses of AsyncExceptionHandler in org.drools.core
Methods in org.drools.core with parameters of type AsyncExceptionHandler Modifier and Type Method Description voidWorkingMemory. setAsyncExceptionHandler(AsyncExceptionHandler handler)Sets the AsyncExceptionHandler to handle exceptions thrown by the Agenda Scheduler used for duration rules. -
Uses of AsyncExceptionHandler in org.drools.core.base
Methods in org.drools.core.base with parameters of type AsyncExceptionHandler Modifier and Type Method Description voidStatefulKnowledgeSessionForRHS. setAsyncExceptionHandler(AsyncExceptionHandler handler) -
Uses of AsyncExceptionHandler in org.drools.core.impl
Methods in org.drools.core.impl with parameters of type AsyncExceptionHandler Modifier and Type Method Description voidStatefulKnowledgeSessionImpl. setAsyncExceptionHandler(AsyncExceptionHandler handler)Sets the AsyncExceptionHandler to handle exceptions thrown by the Agenda Scheduler used for duration rules.
-