Package org.camunda.bpm.webapp.db
Interface CommandExecutor
- All Known Subinterfaces:
CommandExecutor
- All Known Implementing Classes:
CommandExecutorImpl
,CommandExecutorImpl
public interface CommandExecutor
-
Method Summary
Modifier and TypeMethodDescription<T> T
executeCommand
(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
-