Interface CockpitRuntimeDelegate

All Superinterfaces:
AppRuntimeDelegate<CockpitPlugin>
All Known Implementing Classes:
DefaultCockpitRuntimeDelegate

public interface CockpitRuntimeDelegate extends AppRuntimeDelegate<CockpitPlugin>

The CockpitRuntimeDelegate is a delegate to provide the camunda cockpit plugin service.

Author:
roman.smirnov
  • Method Details

    • getQueryService

      QueryService getQueryService(String processEngineName)
      Returns a configured QueryService to execute custom statements to the corresponding process engine.
      Parameters:
      processEngineName -
      Returns:
      a QueryService
    • getCommandExecutor

      CommandExecutor getCommandExecutor(String processEngineName)
      Returns a configured CommandExecutor to execute commands to the corresponding process engine.
      Parameters:
      processEngineName -
      Returns:
      a CommandExecutor
    • getPluginRegistry

      @Deprecated PluginRegistry getPluginRegistry()
      Deprecated.
      A registry that provides access to the plugins registered in the application.
      Returns: