Class and Description |
---|
org.springframework.boot.actuate.health.CompositeHealthIndicatorFactory
since 2.1.0 in favor of
CompositeHealthIndicator.CompositeHealthIndicator(HealthAggregator, HealthIndicatorRegistry) |
org.springframework.boot.actuate.health.CompositeReactiveHealthIndicatorFactory |
Method and Description |
---|
org.springframework.boot.actuate.health.CompositeHealthIndicator.addHealthIndicator(String, HealthIndicator)
since 2.1.0 in favor of
HealthIndicatorRegistry.register(String, HealthIndicator) |
org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator.addHealthIndicator(String, ReactiveHealthIndicator)
since 2.1.0 in favor of
ReactiveHealthIndicatorRegistry.register(String, ReactiveHealthIndicator) |
org.springframework.boot.actuate.endpoint.web.PathMapper.useEndpointId()
since 2.1.0 in favor of
PathMapper.getRootPath(List, EndpointId) with a
null list |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.