public interface Ruleset extends StatelessRulesExecutor
RulesExecutor methods, when invoked on instances of RulesService,
are equivalent to be run through the defaultSession().| Modifier and Type | Method and Description |
|---|---|
StatefulRuleSession |
createStatefulSession()
Creates an stateful rule session for executing the rules of this rule set.
|
StatelessRuleSession |
defaultSession()
Returns an stateless rule session for executing the rules of this rule set.
|
executeRules, executeRulesStatelessRuleSession defaultSession()
StatefulRuleSession createStatefulSession()
StatefulRuleSession.release() must always be called after finishing using the sessionCopyright © 2017–2020 NTT DATA Corporation. All rights reserved.