Class TriggerAsyncHistoryExecutorTransactionListener
java.lang.Object
org.flowable.job.service.impl.history.async.TriggerAsyncHistoryExecutorTransactionListener
- All Implemented Interfaces:
TransactionListener
public class TriggerAsyncHistoryExecutorTransactionListener
extends Object
implements TransactionListener
A
TransactionListener that will, typically on post-commit, trigger
the async history executor to execute the provided list of HistoryJobEntity instances.- Author:
- Joram Barrez
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTriggerAsyncHistoryExecutorTransactionListener(JobServiceConfiguration jobServiceConfiguration, HistoryJobEntity historyJobEntity) -
Method Summary
-
Field Details
-
historyJobEntity
-
jobServiceConfiguration
-
-
Constructor Details
-
TriggerAsyncHistoryExecutorTransactionListener
public TriggerAsyncHistoryExecutorTransactionListener(JobServiceConfiguration jobServiceConfiguration, HistoryJobEntity historyJobEntity)
-
-
Method Details
-
execute
- Specified by:
executein interfaceTransactionListener
-