public class ArchaiusHealthStatusFilterModule
extends com.google.inject.AbstractModule
IndicatorMatcher backed by Archaius2.
This IndicatorMatcher will be used by both the EurekaHealthStatusBridgeModule and
the HealthStatusServlet to specify which HealthIndicators will be used in
determining the healthiness of your application.| Constructor and Description |
|---|
ArchaiusHealthStatusFilterModule() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configure() |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
HealthStatusInclusionConfiguration |
healthConfiguration(com.netflix.archaius.ConfigProxyFactory factory) |
com.netflix.runtime.health.api.IndicatorMatcher |
IndicatorMatcher(HealthStatusInclusionConfiguration config) |
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBindingprotected void configure()
configure in class com.google.inject.AbstractModule@Provides @Singleton public HealthStatusInclusionConfiguration healthConfiguration(com.netflix.archaius.ConfigProxyFactory factory)
@Provides @Singleton public com.netflix.runtime.health.api.IndicatorMatcher IndicatorMatcher(HealthStatusInclusionConfiguration config)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object