Package org.kie.api.runtime
Class KieRuntimeFactory
java.lang.Object
org.kie.api.runtime.KieRuntimeFactory
Maintains a collection of Knowledge Runtimes
that is bound to the given KieBase.
-
Method Summary
Modifier and TypeMethodDescription<T> TReturns a singleton instance of the given class (if any)static KieRuntimeFactoryCreates an instance of this factory for the given KieBase
-
Method Details
-
of
Creates an instance of this factory for the given KieBase -
get
Returns a singleton instance of the given class (if any)- Throws:
NoSuchElementException- if it is not possible to find a service for the given class
-