public class ExecuteTaskListenerTransactionListener extends Object implements TransactionListener
TransactionListener that invokes an ExecutionListener.| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
commandExecutor |
protected TransactionDependentTaskListener |
listener |
protected TransactionDependentTaskListenerExecutionScope |
scope |
| Constructor and Description |
|---|
ExecuteTaskListenerTransactionListener(TransactionDependentTaskListener listener,
TransactionDependentTaskListenerExecutionScope scope,
CommandExecutor commandExecutor) |
protected TransactionDependentTaskListener listener
protected TransactionDependentTaskListenerExecutionScope scope
protected CommandExecutor commandExecutor
public ExecuteTaskListenerTransactionListener(TransactionDependentTaskListener listener, TransactionDependentTaskListenerExecutionScope scope, CommandExecutor commandExecutor)
public void execute(CommandContext commandContext)
execute in interface TransactionListenerCopyright © 2019 Flowable. All rights reserved.