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 Type Method Description ViewChunkHeaderheader()Returns the header for this response, immediately available.Flux<ViewChunkRow>rows()Returns the rows for this response, available pushed as they come streaming in.StringtoString()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:ChunkedResponseReturns the header for this response, immediately available.- Specified by:
headerin interfaceChunkedResponse<ViewChunkHeader,ViewChunkRow,ViewChunkTrailer>
-
rows
Description copied from interface:ChunkedResponseReturns the rows for this response, available pushed as they come streaming in.- Specified by:
rowsin interfaceChunkedResponse<ViewChunkHeader,ViewChunkRow,ViewChunkTrailer>
-
trailer
Description copied from interface:ChunkedResponseReturns the trailer for this response, available at the end of the response eventually.- Specified by:
trailerin interfaceChunkedResponse<ViewChunkHeader,ViewChunkRow,ViewChunkTrailer>
-
toString
-