- All Implemented Interfaces:
- com.google.inject.Module
public class EurekaHealthStatusBridgeModule
extends com.google.inject.AbstractModule
Installing this module couples Eureka status (UP/DOWN/STARTING) to HealthCheckStatus. After injector creation, Eureka will be provided
with a HealthCheckHandler instance which delegates to
HealthCheckAggregator. A "healthy" status will report UP and
"unhealthy" will report DOWN in Eureka.
Please note that prior to injector creation being completed, Eureka will
remain at its default status of STARTING unless it is explicitly set
otherwise.