public interface CockpitRuntimeDelegate extends AppRuntimeDelegate<CockpitPlugin>
The CockpitRuntimeDelegate is a delegate to provide
 the camunda cockpit plugin service.
| Modifier and Type | Method and Description | 
|---|---|
CommandExecutor | 
getCommandExecutor(String processEngineName)
Returns a configured  
CommandExecutor to execute
 commands to the corresponding process engine. | 
PluginRegistry | 
getPluginRegistry()
Deprecated.  
 | 
QueryService | 
getQueryService(String processEngineName)
Returns a configured  
QueryService to execute custom
 statements to the corresponding process engine. | 
getAppPluginRegistry, getDefaultProcessEngine, getProcessEngine, getProcessEngineNames, getResourceOverridesQueryService getQueryService(String processEngineName)
QueryService to execute custom
 statements to the corresponding process engine.processEngineName - QueryServiceCommandExecutor getCommandExecutor(String processEngineName)
CommandExecutor to execute
 commands to the corresponding process engine.processEngineName - CommandExecutor@Deprecated PluginRegistry getPluginRegistry()
Copyright © 2019. All rights reserved.