| Package | Description |
|---|---|
| org.springframework.boot.actuate.health |
Actuator health indicator and endpoints.
|
| org.springframework.boot.actuate.mongo |
Actuator support for Mongo.
|
| org.springframework.boot.actuate.redis |
Actuator support for Redis.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractReactiveHealthIndicator
Base
ReactiveHealthIndicator implementations that encapsulates creation of
Health instance and error handling. |
class |
CompositeReactiveHealthIndicator
ReactiveHealthIndicator that returns health indications from all registered
delegates. |
class |
HealthIndicatorReactiveAdapter
Adapts a
HealthIndicator to a ReactiveHealthIndicator so that it can be
safely invoked in a reactive environment. |
| Modifier and Type | Method and Description |
|---|---|
CompositeReactiveHealthIndicator |
CompositeReactiveHealthIndicator.addHealthIndicator(String name,
ReactiveHealthIndicator indicator)
Add a
ReactiveHealthIndicator with the specified name. |
| Modifier and Type | Method and Description |
|---|---|
CompositeReactiveHealthIndicator |
CompositeReactiveHealthIndicatorFactory.createReactiveHealthIndicator(HealthAggregator healthAggregator,
Map<String,ReactiveHealthIndicator> reactiveHealthIndicators,
Map<String,HealthIndicator> healthIndicators)
Create a
CompositeReactiveHealthIndicator based on the specified health
indicators. |
| Constructor and Description |
|---|
ReactiveHealthEndpointWebExtension(ReactiveHealthIndicator delegate,
HealthWebEndpointResponseMapper responseMapper) |
| Constructor and Description |
|---|
CompositeReactiveHealthIndicator(HealthAggregator healthAggregator,
Map<String,ReactiveHealthIndicator> indicators) |
| Modifier and Type | Class and Description |
|---|---|
class |
MongoReactiveHealthIndicator
A
ReactiveHealthIndicator for Mongo. |
| Modifier and Type | Class and Description |
|---|---|
class |
RedisReactiveHealthIndicator
A
ReactiveHealthIndicator for Redis. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.