@Singleton @Requires(classes=io.micronaut.management.health.indicator.HealthIndicator.class) @Requires(beans=EurekaClient.class) public class EurekaHealthIndicator extends java.lang.Object implements io.micronaut.management.health.indicator.HealthIndicator
HealthIndicator for Eureka.| Constructor and Description |
|---|
EurekaHealthIndicator(EurekaClient eurekaClient) |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<io.micronaut.management.health.indicator.HealthResult> |
getResult() |
public EurekaHealthIndicator(EurekaClient eurekaClient)
eurekaClient - The Eureka client