Class ReactiveAnalyticsResult
- java.lang.Object
-
- com.couchbase.client.java.analytics.ReactiveAnalyticsResult
-
public class ReactiveAnalyticsResult extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods 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 Detail
-
rowsAsObject
public Flux<JsonObject> rowsAsObject()
Get aFluxwhich publishes the rows that were fetched by the query which are then decoded toJsonObject- Returns:
Flux
-
metaData
public Mono<AnalyticsMetaData> metaData()
-
-