Interface BpmnRuntimeEngine

All Superinterfaces:
AutoCloseable, org.kie.api.runtime.manager.RuntimeEngine
All Known Implementing Classes:
BpmnRuntimeEngineImpl

public interface BpmnRuntimeEngine extends org.kie.api.runtime.manager.RuntimeEngine, AutoCloseable
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     
    org.kie.api.runtime.manager.RuntimeEngine
     

    Methods inherited from interface org.kie.api.runtime.manager.RuntimeEngine

    getAuditService, getKieSession, getTaskService
  • Method Details

    • close

      default void close()
      Specified by:
      close in interface AutoCloseable
    • getEngine

      org.kie.api.runtime.manager.RuntimeEngine getEngine()