public class ReactiveAnalyticsResult extends Object
Modifier and Type | Method and Description |
---|---|
Mono<AnalyticsMetaData> |
metaData() |
<T> Flux<T> |
rowsAs(Class<T> target) |
<T> Flux<T> |
rowsAs(TypeRef<T> target) |
Flux<JsonObject> |
rowsAsObject()
Get a
Flux which publishes the rows that were fetched by the query which are then decoded to
JsonObject |
public Flux<JsonObject> rowsAsObject()
Flux
which publishes the rows that were fetched by the query which are then decoded to
JsonObject
Flux
public Mono<AnalyticsMetaData> metaData()
Copyright © 2021 Couchbase, Inc.. All rights reserved.