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 ServiceLoader<KieRuntimeService>getKieRuntimeService()Class<?>loadClass(String className)
-
-
-
Method Detail
-
loadClass
Class<?> loadClass(String className) throws ClassNotFoundException
- Throws:
ClassNotFoundException
-
getKieRuntimeService
ServiceLoader<KieRuntimeService> getKieRuntimeService()
-
-