Class CommandExecutorImpl

java.lang.Object
org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
org.camunda.bpm.engine.impl.interceptor.CommandExecutorImpl
All Implemented Interfaces:
CommandExecutor

public class CommandExecutorImpl extends CommandInterceptor
Author:
Tom Baeyens
  • Constructor Details

    • CommandExecutorImpl

      public CommandExecutorImpl()
  • Method Details

    • execute

      public <T> T execute(Command<T> command)