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> T
execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) getNext()
void
setNext
(CommandInterceptor next)
-
Constructor Details
-
DefaultCommandInvoker
public DefaultCommandInvoker()
-
-
Method Details
-
execute
-
getNext
- Specified by:
getNext
in interfaceCommandInterceptor
- Overrides:
getNext
in classAbstractCommandInterceptor
-
setNext
- Specified by:
setNext
in interfaceCommandInterceptor
- Overrides:
setNext
in classAbstractCommandInterceptor
-