Interface TargetedRequest

All Known Implementing Classes:
AnalyticsPingRequest, BucketConfigRequest, CarrierBucketConfigRequest, CarrierGlobalConfigRequest, KvPingRequest, MultiObserveViaCasRequest, QueryPingRequest, SearchPingRequest, TargetedQueryRequest, ViewPingRequest

public interface TargetedRequest
Marker interface to signal a request that can only be sent to the specified target node.
  • Method Summary

    Modifier and Type Method Description
    NodeIdentifier target()
    The target where this request must be dispatched to.
  • Method Details

    • target

      NodeIdentifier target()
      The target where this request must be dispatched to.