DefaultReactiveHealthIndicatorRegistry@Deprecated
public class ReactiveHealthIndicatorRegistryFactory
extends java.lang.Object
HealthIndicatorRegistry.| Constructor and Description |
|---|
ReactiveHealthIndicatorRegistryFactory()
Deprecated.
|
ReactiveHealthIndicatorRegistryFactory(java.util.function.Function<java.lang.String,java.lang.String> healthIndicatorNameFactory)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ReactiveHealthIndicatorRegistry |
createReactiveHealthIndicatorRegistry(java.util.Map<java.lang.String,ReactiveHealthIndicator> reactiveHealthIndicators,
java.util.Map<java.lang.String,HealthIndicator> healthIndicators)
Deprecated.
Create a
ReactiveHealthIndicatorRegistry based on the specified health
indicators. |
protected <T extends ReactiveHealthIndicatorRegistry> |
initialize(T registry,
java.util.Map<java.lang.String,ReactiveHealthIndicator> reactiveHealthIndicators,
java.util.Map<java.lang.String,HealthIndicator> healthIndicators)
Deprecated.
|
public ReactiveHealthIndicatorRegistryFactory(java.util.function.Function<java.lang.String,java.lang.String> healthIndicatorNameFactory)
public ReactiveHealthIndicatorRegistryFactory()
public ReactiveHealthIndicatorRegistry createReactiveHealthIndicatorRegistry(java.util.Map<java.lang.String,ReactiveHealthIndicator> reactiveHealthIndicators, java.util.Map<java.lang.String,HealthIndicator> healthIndicators)
ReactiveHealthIndicatorRegistry based on the specified health
indicators. Each HealthIndicator are wrapped to a
HealthIndicatorReactiveAdapter. If two instances share the same name, the
reactive variant takes precedence.reactiveHealthIndicators - the ReactiveHealthIndicator instances
mapped by namehealthIndicators - the HealthIndicator instances mapped by name if
any.ReactiveHealthIndicator that delegates to the specified
reactiveHealthIndicators.protected <T extends ReactiveHealthIndicatorRegistry> T initialize(T registry, java.util.Map<java.lang.String,ReactiveHealthIndicator> reactiveHealthIndicators, java.util.Map<java.lang.String,HealthIndicator> healthIndicators)