Class ReactiveAnalyticsResult
java.lang.Object
com.couchbase.client.java.analytics.ReactiveAnalyticsResult
public class ReactiveAnalyticsResult extends Object
-
Method Summary
Modifier and Type Method Description reactor.core.publisher.Mono<AnalyticsMetaData>metaData()<T> reactor.core.publisher.Flux<T>rowsAs(TypeRef<T> target)<T> reactor.core.publisher.Flux<T>rowsAs(Class<T> target)reactor.core.publisher.Flux<JsonObject>rowsAsObject()Get aFluxwhich publishes the rows that were fetched by the query which are then decoded toJsonObject
-
Method Details
-
rowsAsObject
Get aFluxwhich publishes the rows that were fetched by the query which are then decoded toJsonObject- Returns:
Flux
-
rowsAs
-
rowsAs
-
metaData
-