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 Type
    Method
    Description
    Return all the KieRuntimeServices exposed by the actual implementation
  • Method Details

    • getKieRuntimeServices

      List<KieRuntimeService> getKieRuntimeServices()
      Return all the KieRuntimeServices exposed by the actual implementation
      Returns: