Package org.kie.api.internal.runtime
Interface KieRuntimeService<T>
-
- All Superinterfaces:
Comparable<KieService>
,KieService
public interface KieRuntimeService<T> extends KieService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class
getServiceInterface()
T
newKieRuntime(KieBase kieBase)
-
Methods inherited from interface org.kie.api.internal.utils.KieService
compareTo, servicePriority
-
-