Package com.couchbase.client.core.msg.kv
Class MultiObserveViaCasResponse
- java.lang.Object
-
- com.couchbase.client.core.msg.BaseResponse
-
- com.couchbase.client.core.msg.kv.MultiObserveViaCasResponse
-
- All Implemented Interfaces:
Response
public class MultiObserveViaCasResponse extends BaseResponse
Response for the special purposeMultiObserveViaCasRequest
.
-
-
Constructor Summary
Constructors Constructor Description MultiObserveViaCasResponse(ResponseStatus status, Map<byte[],ObserveViaCasResponse.ObserveStatus> observed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<byte[],ObserveViaCasResponse.ObserveStatus>
observed()
String
toString()
-
Methods inherited from class com.couchbase.client.core.msg.BaseResponse
status
-
-
-
-
Constructor Detail
-
MultiObserveViaCasResponse
public MultiObserveViaCasResponse(ResponseStatus status, Map<byte[],ObserveViaCasResponse.ObserveStatus> observed)
-
-
Method Detail
-
observed
public Map<byte[],ObserveViaCasResponse.ObserveStatus> observed()
-
-