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
Modifier and Type Method Description reactor.core.publisher.Mono<ViewMetaData>
metaData()
Returns the metadata associated with thisReactiveViewResult
.reactor.core.publisher.Flux<ViewRow>
rows()
Returns theViewRows
in a non-blocking, streaming fashion.
-
Method Details
-
rows
Returns theViewRows
in a non-blocking, streaming fashion.- Returns:
- the
Flux
ofViewRows
.
-
metaData
Returns the metadata associated with thisReactiveViewResult
.- Returns:
- the metadata associated.
-