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