Package com.couchbase.client.core.msg
Interface Response
- All Known Subinterfaces:
ChunkedResponse<H,R, T>
- All Known Implementing Classes:
AnalyticsResponse,AppendResponse,BaseResponse,BucketConfigResponse,BucketConfigStreamingResponse,CarrierBucketConfigResponse,CarrierGlobalConfigResponse,CoreHttpResponse,CoreTransactionResponse,DecrementResponse,GenericManagerResponse,GetAndLockResponse,GetAndTouchResponse,GetCollectionIdResponse,GetCollectionManifestResponse,GetMetaResponse,GetResponse,IncrementResponse,InsertResponse,KeyValueBaseResponse,KvPingResponse,MultiObserveViaCasResponse,NoopResponse,ObserveViaCasResponse,ObserveViaSeqnoResponse,PrependResponse,QueryResponse,RangeScanCancelResponse,RangeScanContinueResponse,RangeScanCreateResponse,RemoveResponse,ReplaceResponse,SearchResponse,SubdocGetResponse,SubdocMutateResponse,TouchResponse,UnlockResponse,UpsertResponse,ViewResponse
public interface Response
This interface is the base entity for all Responses flowing through the client.
- Since:
- 2.0.0
-
Method Summary
-
Method Details
-
status
ResponseStatus status()Holds the status of the response.Note that it might indicate a successful response or an error of some other sorts. Please see the enum for further description of the potential states it can be in.
- Returns:
- the status for this response.
-