| Package | Description |
|---|---|
| org.springframework.boot.actuate.health |
Actuator health indicator and endpoints.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultReactiveHealthContributorRegistry
Default
ReactiveHealthContributorRegistry implementation. |
| Constructor and Description |
|---|
ReactiveHealthEndpointWebExtension(ReactiveHealthContributorRegistry registry,
HealthEndpointGroups groups)
Deprecated.
since 2.6.9 for removal in 3.0.0 in favor of
ReactiveHealthEndpointWebExtension(ReactiveHealthContributorRegistry, HealthEndpointGroups, Duration) |
ReactiveHealthEndpointWebExtension(ReactiveHealthContributorRegistry registry,
HealthEndpointGroups groups,
Duration slowIndicatorLoggingThreshold)
Create a new
ReactiveHealthEndpointWebExtension instance. |