Uses of Class
org.kie.api.runtime.KieRuntimeFactory
-
Packages that use KieRuntimeFactory Package Description org.kie.api.runtime The runtime engine classes, including KieSession and StatelessKieSession. -
-
Uses of KieRuntimeFactory in org.kie.api.runtime
Methods in org.kie.api.runtime that return KieRuntimeFactory Modifier and Type Method Description static KieRuntimeFactory
KieRuntimeFactory. of(KieBase kieBase)
Creates an instance of this factory for the given KieBase
-