Class CommandExecutorImpl

java.lang.Object
org.flowable.common.engine.impl.cfg.CommandExecutorImpl
All Implemented Interfaces:
CommandExecutor

public class CommandExecutorImpl extends Object implements CommandExecutor
Command executor that passes commands to the first interceptor in the chain. If no CommandConfig is passed, the default configuration will be used.
Author:
Marcus Klimstra (CGI), Joram Barrez