| Interface and Description |
|---|
| org.springframework.boot.actuate.health.HealthAggregator
since 2.2.0 for removal in 2.4.0 in favor of
StatusAggregator |
| org.springframework.boot.actuate.health.HealthIndicatorRegistry
since 2.2.0 for removal in 2.4.0 in favor of a
HealthContributorRegistry |
| org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistry
since 2.2.0 for removal in 2.4.0 in favor of a
ReactiveHealthContributorRegistry |
| Method and Description |
|---|
| org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker.apply(OperationInvoker, long)
since 2.3.0 for removal in 2.5.0
|
| org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.isEndpointExposed(Object) |
| org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.isExtensionExposed(Object) |
| org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags.status(ClientResponse)
since 2.3.0 for removal in 2.5.0 in favor of
WebClientExchangeTags.status(ClientResponse, Throwable) |
| org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags.status(Throwable)
since 2.3.0 for removal in 2.5.0 in favor of
WebClientExchangeTags.status(ClientResponse, Throwable) |