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 KieSessionsPoolKieBase. newKieSessionsPool(int initialSize)Creates a newKieSessionsPoolstoring 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 interfaceKieContainerSessionsPoolA pool of session created from a KieContainer 
 -