Class ServiceHttpClientHealthIndicator

java.lang.Object
io.micronaut.management.health.indicator.client.ServiceHttpClientHealthIndicator
All Implemented Interfaces:
Ordered, HealthIndicator

@EachBean(ServiceHttpClientConfiguration.class) @Requires(beans=HealthEndpoint.class) @Requires(classes=ServiceHttpClientConfiguration.class) @Requires(property="endpoints.health.service-http-client.enabled",defaultValue="false",notEquals="false") public class ServiceHttpClientHealthIndicator extends Object implements HealthIndicator

A HealthIndicator used to display available load balancer URLs. Returns HealthStatus.DOWN if there are no available URLs in the load balancer.

Since:
3.9
Author:
Alexander Simpson