public interface StatelessRuleSession
StatelessKieSession
, which is the interface
returned from the KieBase
.
Please see StatelessKieSession
for more details on how to use this api.StatelessKieSession
Modifier and Type | Method and Description |
---|---|
void |
execute(Iterable objects)
Execute a StatelessKieSession, iterate the Iterable inserting each of its elements.
|
void |
execute(Object object)
Execute a StatelessKieSession inserting just a single object.
|
void execute(Object object)
object
- void execute(Iterable objects)
objects
- Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.