Package org.camunda.bpm.cockpit.db
Interface CommandExecutor
- All Known Implementing Classes:
 CommandExecutorImpl
public interface CommandExecutor
- Author:
 - Nico Rehwaldt
 
- 
Method Summary
Modifier and TypeMethodDescription<T> TexecuteCommand(Command<T> command) Execute the given command and return the result of the execution 
- 
Method Details
- 
executeCommand
Execute the given command and return the result of the execution- Type Parameters:
 T-- Parameters:
 command-- Returns:
 
 
 -