org.camunda.bpm.engine.impl.interceptor
Interface CommandExecutor

All Known Implementing Classes:
CommandContextInterceptor, CommandExecutorImpl, CommandInterceptor, JtaTransactionInterceptor, LogInterceptor, ProcessApplicationContextInterceptor

public interface CommandExecutor

The command executor for internal usage/

Author:
Tom Baeyens

Method Summary
<T> T
execute(Command<T> command)
           
 

Method Detail

execute

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


Copyright © 2017 camunda services GmbH. All rights reserved.