public class ReactiveViewResult extends Object
Modifier and Type | Method and Description |
---|---|
Mono<ViewMetaData> |
metaData()
Returns the metadata associated with this
ReactiveViewResult . |
Flux<ViewRow> |
rows()
Returns the
ViewRows in a non-blocking, streaming fashion. |
public Mono<ViewMetaData> metaData()
ReactiveViewResult
.Copyright © 2021 Couchbase, Inc.. All rights reserved.