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) |
getNext
public <T> T execute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor)
public void setNext(CommandInterceptor next)
setNext
in interface CommandInterceptor
setNext
in class AbstractCommandInterceptor