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