Class CouchbaseTransactionalOperator
java.lang.Object
org.springframework.data.couchbase.transaction.CouchbaseTransactionalOperator
- All Implemented Interfaces:
TransactionalOperator
The TransactionalOperator interface is another method to perform reactive transactions with Spring.
We recommend instead using a regular reactive SDK transaction, and performing Spring operations inside it.
- Author:
- Graham Pople
-
Method Summary
Modifier and TypeMethodDescription<T> Flux<T>
execute
(TransactionCallback<T> action) <T> Mono<T>
transactional
(Mono<T> mono) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.transaction.reactive.TransactionalOperator
transactional
-
Method Details
-
create
-
transactional
- Specified by:
transactional
in interfaceTransactionalOperator
-
execute
- Specified by:
execute
in interfaceTransactionalOperator
- Throws:
TransactionException
-