Class JobAddedTransactionListener
java.lang.Object
org.flowable.job.service.impl.asyncexecutor.JobAddedTransactionListener
- All Implemented Interfaces:
TransactionListener
- Author:
- Tijs Rademakers, Joram Barrez
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AsyncExecutorprotected CommandExecutorprotected JobInfo -
Constructor Summary
ConstructorsConstructorDescriptionJobAddedTransactionListener(JobInfo job, AsyncExecutor asyncExecutor, CommandExecutor commandExecutor) -
Method Summary
-
Field Details
-
job
-
asyncExecutor
-
commandExecutor
-
-
Constructor Details
-
JobAddedTransactionListener
public JobAddedTransactionListener(JobInfo job, AsyncExecutor asyncExecutor, CommandExecutor commandExecutor)
-
-
Method Details
-
execute
- Specified by:
executein interfaceTransactionListener
-