Class DefaultCommandInvoker
java.lang.Object
org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
org.flowable.common.engine.impl.interceptor.DefaultCommandInvoker
- All Implemented Interfaces:
CommandInterceptor
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
next -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Texecute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) getNext()voidsetNext(CommandInterceptor next)
-
Constructor Details
-
DefaultCommandInvoker
public DefaultCommandInvoker()
-
-
Method Details
-
execute
-
getNext
- Specified by:
getNextin interfaceCommandInterceptor- Overrides:
getNextin classAbstractCommandInterceptor
-
setNext
- Specified by:
setNextin interfaceCommandInterceptor- Overrides:
setNextin classAbstractCommandInterceptor
-