public class TriggerAsyncHistoryExecutorTransactionListener extends Object implements TransactionListener
TransactionListener that will, typically on post-commit, trigger
the async history executor to execute the provided list of HistoryJobEntity instances.| Modifier and Type | Field and Description |
|---|---|
protected HistoryJobEntity |
historyJobEntity |
protected JobServiceConfiguration |
jobServiceConfiguration |
| Constructor and Description |
|---|
TriggerAsyncHistoryExecutorTransactionListener(JobServiceConfiguration jobServiceConfiguration,
HistoryJobEntity historyJobEntity) |
protected HistoryJobEntity historyJobEntity
protected JobServiceConfiguration jobServiceConfiguration
public TriggerAsyncHistoryExecutorTransactionListener(JobServiceConfiguration jobServiceConfiguration, HistoryJobEntity historyJobEntity)
public void execute(CommandContext commandContext)
execute in interface TransactionListenerCopyright © 2021 Flowable. All rights reserved.