Interface TransactionManager
- All Superinterfaces:
BatchInterceptor
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondefault voidexecuteInTransaction(Runnable task) default Consumer<MessageBatch>intercept(Consumer<MessageBatch> consumer, Tracker tracker) Methods inherited from interface io.fluxcapacitor.javaclient.tracking.BatchInterceptor
andThen, shutdown
-
Method Details
-
startTransaction
TransactionManager.Transaction startTransaction() -
executeInTransaction
-
intercept
- Specified by:
interceptin interfaceBatchInterceptor
-