Uses of Interface
org.springframework.transaction.reactive.TransactionCallback
Package
Description
Support classes for reactive transaction management.
-
Uses of TransactionCallback in org.springframework.transaction.reactive
Modifier and TypeMethodDescription<T> reactor.core.publisher.Flux<T>
TransactionalOperator.execute
(TransactionCallback<T> action) Execute the action specified by the given callback object within a transaction.