public class CmmnCommandInvoker extends AbstractCommandInterceptor
next| Constructor and Description |
|---|
CmmnCommandInvoker() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
execute(CommandConfig config,
Command<T> command) |
protected void |
executeOperations(CommandContext commandContext) |
void |
setNext(CommandInterceptor next) |
getNextpublic <T> T execute(CommandConfig config, Command<T> command)
protected void executeOperations(CommandContext commandContext)
public void setNext(CommandInterceptor next)
setNext in interface CommandInterceptorsetNext in class AbstractCommandInterceptorCopyright © 2019 Flowable. All rights reserved.