Interface EfestoRuntimeContext<T extends org.kie.efesto.common.api.listener.EfestoListener>
-
- All Superinterfaces:
org.kie.efesto.common.api.model.EfestoContext<T>
public interface EfestoRuntimeContext<T extends org.kie.efesto.common.api.listener.EfestoListener> extends org.kie.efesto.common.api.model.EfestoContext<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.ServiceLoader<KieRuntimeService>getKieRuntimeService()java.lang.Class<?>loadClass(java.lang.String className)
-
-
-
Method Detail
-
loadClass
java.lang.Class<?> loadClass(java.lang.String className) throws java.lang.ClassNotFoundException- Throws:
java.lang.ClassNotFoundException
-
getKieRuntimeService
java.util.ServiceLoader<KieRuntimeService> getKieRuntimeService()
-
-