public class ViewResponse extends BaseResponse implements ChunkedResponse<ViewChunkHeader,ViewChunkRow,ViewChunkTrailer>
| Modifier and Type | Method and Description |
|---|---|
ViewChunkHeader |
header()
Returns the header for this response, immediately available.
|
Flux<ViewChunkRow> |
rows()
Returns the rows for this response, available pushed as they come streaming in.
|
String |
toString() |
Mono<ViewChunkTrailer> |
trailer()
Returns the trailer for this response, available at the end of the response eventually.
|
statuspublic ViewChunkHeader header()
ChunkedResponseheader in interface ChunkedResponse<ViewChunkHeader,ViewChunkRow,ViewChunkTrailer>public Flux<ViewChunkRow> rows()
ChunkedResponserows in interface ChunkedResponse<ViewChunkHeader,ViewChunkRow,ViewChunkTrailer>public Mono<ViewChunkTrailer> trailer()
ChunkedResponsetrailer in interface ChunkedResponse<ViewChunkHeader,ViewChunkRow,ViewChunkTrailer>public String toString()
toString in class BaseResponseCopyright © 2024 Couchbase, Inc.. All rights reserved.