public class AppCommandInvoker extends AbstractCommandInterceptor
next| Constructor and Description |
|---|
AppCommandInvoker() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
void |
setNext(CommandInterceptor next) |
getNextpublic <T> T execute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor)
public void setNext(CommandInterceptor next)
setNext in interface CommandInterceptorsetNext in class AbstractCommandInterceptor