Class ServiceHealthKey

    • Method Summary

      Modifier and Type Method Description
      static ServiceHealthKey fromServiceHealth​(ServiceHealth serviceHealth)  
      abstract java.lang.String getHost()  
      abstract java.lang.Integer getPort()  
      abstract java.lang.String getServiceId()  
      static ServiceHealthKey of​(java.lang.String serviceId, java.lang.String host, int port)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ServiceHealthKey

        public ServiceHealthKey()
    • Method Detail

      • getServiceId

        public abstract java.lang.String getServiceId()
      • getHost

        public abstract java.lang.String getHost()
      • getPort

        public abstract java.lang.Integer getPort()
      • of

        public static ServiceHealthKey of​(java.lang.String serviceId,
                                          java.lang.String host,
                                          int port)