Class AsyncHistoryCommittedTransactionListener
- java.lang.Object
-
- org.flowable.job.service.impl.history.async.AsyncHistoryCommittedTransactionListener
-
- All Implemented Interfaces:
TransactionListener
public class AsyncHistoryCommittedTransactionListener extends Object implements TransactionListener
- Author:
- Joram Barrez
-
-
Constructor Summary
Constructors Constructor Description AsyncHistoryCommittedTransactionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddRunnable(Runnable runnable)voidexecute(CommandContext commandContext)List<Runnable>getRunnables()voidsetRunnables(List<Runnable> runnables)
-
-
-
Method Detail
-
addRunnable
public void addRunnable(Runnable runnable)
-
execute
public void execute(CommandContext commandContext)
- Specified by:
executein interfaceTransactionListener
-
-