Uses of Interface
org.kie.api.runtime.KieSessionsPool
-
Packages that use KieSessionsPool Package Description org.kie.api Base KIE API classes.org.kie.api.runtime The runtime engine classes, including KieSession and StatelessKieSession. -
-
Uses of KieSessionsPool in org.kie.api
Methods in org.kie.api that return KieSessionsPool Modifier and Type Method Description KieSessionsPool
KieBase. newKieSessionsPool(int initialSize)
Creates a newKieSessionsPool
storing the sessions created from this KieBase. -
Uses of KieSessionsPool in org.kie.api.runtime
Subinterfaces of KieSessionsPool in org.kie.api.runtime Modifier and Type Interface Description interface
KieContainerSessionsPool
A pool of session created from a KieContainer
-