Interface HttpReplicationClient

  • All Superinterfaces:
    com.netflix.discovery.shared.transport.EurekaHttpClient

    public interface HttpReplicationClient
    extends com.netflix.discovery.shared.transport.EurekaHttpClient
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.netflix.discovery.shared.transport.EurekaHttpResponse<java.lang.Void> statusUpdate​(java.lang.String asgName, ASGResource.ASGStatus newStatus)  
      com.netflix.discovery.shared.transport.EurekaHttpResponse<ReplicationListResponse> submitBatchUpdates​(ReplicationList replicationList)  
      • Methods inherited from interface com.netflix.discovery.shared.transport.EurekaHttpClient

        cancel, deleteStatusOverride, getApplication, getApplications, getDelta, getInstance, getInstance, getSecureVip, getVip, register, sendHeartBeat, shutdown, statusUpdate
    • Method Detail

      • statusUpdate

        com.netflix.discovery.shared.transport.EurekaHttpResponse<java.lang.Void> statusUpdate​(java.lang.String asgName,
                                                                                               ASGResource.ASGStatus newStatus)