Class ViewResponse
java.lang.Object
com.couchbase.client.core.msg.BaseResponse
com.couchbase.client.core.msg.view.ViewResponse
- All Implemented Interfaces:
ChunkedResponse<ViewChunkHeader,
,ViewChunkRow, ViewChunkTrailer> Response
public class ViewResponse
extends BaseResponse
implements ChunkedResponse<ViewChunkHeader,ViewChunkRow,ViewChunkTrailer>
-
Method Summary
Modifier and TypeMethodDescriptionheader()
Returns the header for this response, immediately available.reactor.core.publisher.Flux
<ViewChunkRow> rows()
Returns the rows for this response, available pushed as they come streaming in.toString()
reactor.core.publisher.Mono
<ViewChunkTrailer> trailer()
Returns the trailer for this response, available at the end of the response eventually.Methods inherited from class com.couchbase.client.core.msg.BaseResponse
status
-
Method Details
-
header
Description copied from interface:ChunkedResponse
Returns the header for this response, immediately available.- Specified by:
header
in interfaceChunkedResponse<ViewChunkHeader,
ViewChunkRow, ViewChunkTrailer>
-
rows
Description copied from interface:ChunkedResponse
Returns the rows for this response, available pushed as they come streaming in.- Specified by:
rows
in interfaceChunkedResponse<ViewChunkHeader,
ViewChunkRow, ViewChunkTrailer>
-
trailer
Description copied from interface:ChunkedResponse
Returns the trailer for this response, available at the end of the response eventually.- Specified by:
trailer
in interfaceChunkedResponse<ViewChunkHeader,
ViewChunkRow, ViewChunkTrailer>
-
toString
- Overrides:
toString
in classBaseResponse
-