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: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
- Overrides:
toStringin classBaseResponse
-