public interface CommandInterceptor
| Modifier and Type | Method and Description |
|---|---|
<T> T |
execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
CommandInterceptor |
getNext() |
void |
setNext(CommandInterceptor next) |
<T> T execute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor)
CommandInterceptor getNext()
void setNext(CommandInterceptor next)
Copyright © 2021 Flowable. All rights reserved.