public class CommandInvoker extends AbstractCommandInterceptor
next
Constructor and Description |
---|
CommandInvoker() |
Modifier and Type | Method and Description |
---|---|
<T> T |
execute(CommandConfig config,
Command<T> command) |
void |
executeOperation(Runnable runnable) |
protected void |
executeOperations(CommandContext commandContext) |
CommandInterceptor |
getNext() |
void |
setNext(CommandInterceptor next) |
public <T> T execute(CommandConfig config, Command<T> command)
protected void executeOperations(CommandContext commandContext)
public void executeOperation(Runnable runnable)
public CommandInterceptor getNext()
getNext
in interface CommandInterceptor
getNext
in class AbstractCommandInterceptor
public void setNext(CommandInterceptor next)
setNext
in interface CommandInterceptor
setNext
in class AbstractCommandInterceptor
Copyright © 2017 Flowable. All rights reserved.