public interface TransactionManager extends BatchInterceptor
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TransactionManager.Transaction |
| Modifier and Type | Method and Description |
|---|---|
default void |
executeInTransaction(Runnable task) |
default Consumer<MessageBatch> |
intercept(Consumer<MessageBatch> consumer,
Tracker tracker) |
TransactionManager.Transaction |
startTransaction() |
join, mergeTransactionManager.Transaction startTransaction()
default void executeInTransaction(Runnable task)
default Consumer<MessageBatch> intercept(Consumer<MessageBatch> consumer, Tracker tracker)
intercept in interface BatchInterceptorCopyright © 2019 Flux Capacitor. All rights reserved.