Class ReactiveAnalyticsResult
java.lang.Object
com.couchbase.client.java.analytics.ReactiveAnalyticsResult
public class ReactiveAnalyticsResult extends Object
-
Method Summary
Modifier and Type Method Description Mono<AnalyticsMetaData>metaData()<T> Flux<T>rowsAs(TypeRef<T> target)<T> Flux<T>rowsAs(Class<T> target)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
-