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