Interface RuntimeServiceProvider
public interface RuntimeServiceProvider
This is the communication layer abstraction API, to be invoked internally by the framework.
The default implementation uses the KieServices found, by SPI, in the JVM where the Efesto instance is running.
-
Method Summary
Modifier and TypeMethodDescriptionReturn all theKieRuntimeServices exposed by the actual implementation
-
Method Details
-
getKieRuntimeServices
List<KieRuntimeService> getKieRuntimeServices()Return all theKieRuntimeServices exposed by the actual implementation- Returns:
-