Package com.couchbase.client.core.msg
Interface TargetedRequest
-
- All Known Implementing Classes:
AnalyticsPingRequest,BucketConfigRequest,CarrierBucketConfigRequest,CarrierGlobalConfigRequest,KvPingRequest,MultiObserveViaCasRequest,QueryPingRequest,SearchPingRequest,ViewPingRequest
public interface TargetedRequestMarker interface to signal a request that can only be sent to the specified target node.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeIdentifiertarget()The target where this request must be dispatched to.
-
-
-
Method Detail
-
target
NodeIdentifier target()
The target where this request must be dispatched to.
-
-