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 TypeMethodDescriptionmetaData()
Returns the metadata associated with thisReactiveViewResult
.rows()
Returns theViewRows
in a non-blocking, streaming fashion.
-
Method Details
-
rows
Returns theViewRows
in a non-blocking, streaming fashion. -
metaData
Returns the metadata associated with thisReactiveViewResult
.- Returns:
- the metadata associated.
-