Package com.couchbase.client.java.view
Class ReactiveViewResult
- java.lang.Object
-
- com.couchbase.client.java.view.ReactiveViewResult
-
public class ReactiveViewResult extends Object
Holds a the result of a View request operation if successful.- Since:
- 3.0.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Mono<ViewMetaData>metaData()Returns the metadata associated with thisReactiveViewResult.Flux<ViewRow>rows()Returns theViewRowsin a non-blocking, streaming fashion.
-
-
-
Method Detail
-
metaData
public Mono<ViewMetaData> metaData()
Returns the metadata associated with thisReactiveViewResult.- Returns:
- the metadata associated.
-
-