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<AnalyticsMeta>
meta()
<T> Flux<T>
rowsAs(Class<T> target)
Flux<JsonObject>
rowsAsObject()
Get aFlux
which publishes the rows that were fetched by the query which are then decoded toJsonObject
-
-
-
Method Detail
-
rowsAsObject
public Flux<JsonObject> rowsAsObject()
Get aFlux
which publishes the rows that were fetched by the query which are then decoded toJsonObject
- Returns:
Flux
-
meta
public Mono<AnalyticsMeta> meta()
-
-