Class EurekaHealthIndicator

java.lang.Object
org.springframework.cloud.netflix.eureka.EurekaHealthIndicator
All Implemented Interfaces:
org.springframework.cloud.client.discovery.health.DiscoveryHealthIndicator

public class EurekaHealthIndicator extends Object implements org.springframework.cloud.client.discovery.health.DiscoveryHealthIndicator
Author:
Dave Syer
  • Constructor Details

    • EurekaHealthIndicator

      public EurekaHealthIndicator(com.netflix.discovery.EurekaClient eurekaClient, com.netflix.appinfo.EurekaInstanceConfig instanceConfig, com.netflix.discovery.EurekaClientConfig clientConfig)
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.springframework.cloud.client.discovery.health.DiscoveryHealthIndicator
    • health

      public org.springframework.boot.actuate.health.Health health()
      Specified by:
      health in interface org.springframework.cloud.client.discovery.health.DiscoveryHealthIndicator