Package com.couchbase.client.java.view
Class ReactiveViewResult
java.lang.Object
com.couchbase.client.java.view.ReactiveViewResult
Holds a the result of a View request operation if successful.
- Since:
- 3.0.0
-
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<ViewMetaData> metaData()Returns the metadata associated with thisReactiveViewResult.reactor.core.publisher.Flux<ViewRow> rows()Returns theViewRowsin a non-blocking, streaming fashion.
-
Method Details
-
rows
Returns theViewRowsin a non-blocking, streaming fashion.- Returns:
- the
FluxofViewRows.
-
metaData
Returns the metadata associated with thisReactiveViewResult.- Returns:
- the metadata associated.
-