DefaultHealthIndicatorRegistry@Deprecated
public class HealthIndicatorRegistryFactory
extends java.lang.Object
HealthIndicatorRegistry.| Constructor and Description |
|---|
HealthIndicatorRegistryFactory()
Deprecated.
|
HealthIndicatorRegistryFactory(java.util.function.Function<java.lang.String,java.lang.String> healthIndicatorNameFactory)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
HealthIndicatorRegistry |
createHealthIndicatorRegistry(java.util.Map<java.lang.String,HealthIndicator> healthIndicators)
Deprecated.
Create a
HealthIndicatorRegistry based on the specified health indicators. |
protected <T extends HealthIndicatorRegistry> |
initialize(T registry,
java.util.Map<java.lang.String,HealthIndicator> healthIndicators)
Deprecated.
|
public HealthIndicatorRegistryFactory(java.util.function.Function<java.lang.String,java.lang.String> healthIndicatorNameFactory)
public HealthIndicatorRegistryFactory()
public HealthIndicatorRegistry createHealthIndicatorRegistry(java.util.Map<java.lang.String,HealthIndicator> healthIndicators)
HealthIndicatorRegistry based on the specified health indicators.healthIndicators - the HealthIndicator instances mapped by nameHealthIndicator that delegates to the specified
healthIndicators.protected <T extends HealthIndicatorRegistry> T initialize(T registry, java.util.Map<java.lang.String,HealthIndicator> healthIndicators)