public class DefaultCommandInvoker extends AbstractCommandInterceptor
next| Constructor and Description |
|---|
DefaultCommandInvoker() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
CommandInterceptor |
getNext() |
void |
setNext(CommandInterceptor next) |
public <T> T execute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor)
public CommandInterceptor getNext()
getNext in interface CommandInterceptorgetNext in class AbstractCommandInterceptorpublic void setNext(CommandInterceptor next)
setNext in interface CommandInterceptorsetNext in class AbstractCommandInterceptorCopyright © 2021 Flowable. All rights reserved.