Uses of Class
com.couchbase.client.java.ReactiveScope
Packages that use ReactiveScope
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
-
Uses of ReactiveScope in com.couchbase.client.java
Methods in com.couchbase.client.java that return ReactiveScopeModifier and TypeMethodDescriptionReactiveBucket.defaultScope()Opens the defaultReactiveScope.Scope.reactive()Provides access to the relatedReactiveScope.Opens theReactiveScopewith the given name. -
Uses of ReactiveScope in com.couchbase.client.java.transactions
Methods in com.couchbase.client.java.transactions with parameters of type ReactiveScopeModifier and TypeMethodDescriptionreactor.core.publisher.Mono<TransactionQueryResult> ReactiveTransactionAttemptContext.query(ReactiveScope scope, String statement) Runs a N1QL query and returns the result, with default parameters.reactor.core.publisher.Mono<TransactionQueryResult> ReactiveTransactionAttemptContext.query(ReactiveScope scope, String statement, TransactionQueryOptions options) Runs a N1QL query and returns the result.