Uses of Interface
org.kie.api.runtime.KieContainerSessionsPool
-
Packages that use KieContainerSessionsPool Package Description org.kie.api.runtime The runtime engine classes, including KieSession and StatelessKieSession. -
-
Uses of KieContainerSessionsPool in org.kie.api.runtime
Methods in org.kie.api.runtime that return KieContainerSessionsPool Modifier and Type Method Description KieContainerSessionsPool
KieContainer. newKieSessionsPool(int initialSize)
Creates a newKieContainerSessionsPool
storing the sessions created from this KieContainer.
-