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