public class JobAddedTransactionListener extends Object implements TransactionListener
| Modifier and Type | Field and Description |
|---|---|
protected AsyncExecutor |
asyncExecutor |
protected CommandExecutor |
commandExecutor |
protected JobInfo |
job |
| Constructor and Description |
|---|
JobAddedTransactionListener(JobInfo job,
AsyncExecutor asyncExecutor,
CommandExecutor commandExecutor) |
protected JobInfo job
protected AsyncExecutor asyncExecutor
protected CommandExecutor commandExecutor
public JobAddedTransactionListener(JobInfo job, AsyncExecutor asyncExecutor, CommandExecutor commandExecutor)
public void execute(CommandContext commandContext)
execute in interface TransactionListenerCopyright © 2020 Flowable. All rights reserved.