Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.cassandra |
Auto-configuration for actuator Cassandra concerns.
|
org.springframework.boot.actuate.autoconfigure.couchbase |
Auto-configuration for actuator Couchbase concerns.
|
org.springframework.boot.actuate.autoconfigure.health |
Auto-configuration for actuator health concerns.
|
org.springframework.boot.actuate.autoconfigure.mongo |
Auto-configuration for actuator MongoDB concerns.
|
org.springframework.boot.actuate.autoconfigure.redis |
Auto-configuration for actuator Redis concerns.
|
org.springframework.boot.actuate.cassandra |
Actuator support for Cassandra.
|
org.springframework.boot.actuate.couchbase |
Actuator support for Couchbase.
|
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 | Method and Description |
---|---|
ReactiveHealthIndicator |
CassandraReactiveHealthIndicatorAutoConfiguration.cassandraHealthIndicator() |
Modifier and Type | Method and Description |
---|---|
ReactiveHealthIndicator |
CouchbaseReactiveHealthIndicatorAutoConfiguration.couchbaseReactiveHealthIndicator() |
Modifier and Type | Class and Description |
---|---|
class |
CompositeReactiveHealthIndicatorConfiguration<H extends ReactiveHealthIndicator,S>
Reactive variant of
CompositeHealthIndicatorConfiguration . |
Modifier and Type | Method and Description |
---|---|
protected ReactiveHealthIndicator |
CompositeReactiveHealthIndicatorConfiguration.createHealthIndicator(Map<String,S> beans) |
Modifier and Type | Method and Description |
---|---|
ReactiveHealthIndicator |
MongoReactiveHealthIndicatorAutoConfiguration.mongoHealthIndicator() |
Modifier and Type | Method and Description |
---|---|
ReactiveHealthIndicator |
RedisReactiveHealthIndicatorAutoConfiguration.redisHealthIndicator() |
Modifier and Type | Class and Description |
---|---|
class |
CassandraReactiveHealthIndicator
A
ReactiveHealthIndicator for Cassandra. |
Modifier and Type | Class and Description |
---|---|
class |
CouchbaseReactiveHealthIndicator
A
ReactiveHealthIndicator for Couchbase. |
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 |
---|---|
ReactiveHealthIndicator |
ReactiveHealthIndicatorRegistry.get(String name)
Returns the
ReactiveHealthIndicator registered with the given name . |
ReactiveHealthIndicator |
DefaultReactiveHealthIndicatorRegistry.get(String name) |
ReactiveHealthIndicator |
ReactiveHealthIndicatorRegistry.unregister(String name)
Unregisters the
ReactiveHealthIndicator previously registered with the
given name . |
ReactiveHealthIndicator |
DefaultReactiveHealthIndicatorRegistry.unregister(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,ReactiveHealthIndicator> |
ReactiveHealthIndicatorRegistry.getAll()
Returns a snapshot of the registered health indicators and their names.
|
Map<String,ReactiveHealthIndicator> |
DefaultReactiveHealthIndicatorRegistry.getAll() |
Modifier and Type | Method and Description |
---|---|
CompositeReactiveHealthIndicator |
CompositeReactiveHealthIndicator.addHealthIndicator(String name,
ReactiveHealthIndicator indicator)
Deprecated.
since 2.1.0 in favor of
ReactiveHealthIndicatorRegistry.register(String, ReactiveHealthIndicator) |
void |
ReactiveHealthIndicatorRegistry.register(String name,
ReactiveHealthIndicator healthIndicator)
Registers the given
ReactiveHealthIndicator , associating it with the given
name . |
void |
DefaultReactiveHealthIndicatorRegistry.register(String name,
ReactiveHealthIndicator healthIndicator) |
Modifier and Type | Method and Description |
---|---|
CompositeReactiveHealthIndicator |
CompositeReactiveHealthIndicatorFactory.createReactiveHealthIndicator(HealthAggregator healthAggregator,
Map<String,ReactiveHealthIndicator> reactiveHealthIndicators,
Map<String,HealthIndicator> healthIndicators)
Deprecated.
Create a
CompositeReactiveHealthIndicator based on the specified health
indicators. |
ReactiveHealthIndicatorRegistry |
ReactiveHealthIndicatorRegistryFactory.createReactiveHealthIndicatorRegistry(Map<String,ReactiveHealthIndicator> reactiveHealthIndicators,
Map<String,HealthIndicator> healthIndicators)
Create a
ReactiveHealthIndicatorRegistry based on the specified health
indicators. |
protected <T extends ReactiveHealthIndicatorRegistry> |
ReactiveHealthIndicatorRegistryFactory.initialize(T registry,
Map<String,ReactiveHealthIndicator> reactiveHealthIndicators,
Map<String,HealthIndicator> healthIndicators) |
Constructor and Description |
---|
ReactiveHealthEndpointWebExtension(ReactiveHealthIndicator delegate,
HealthWebEndpointResponseMapper responseMapper) |
Constructor and Description |
---|
CompositeReactiveHealthIndicator(HealthAggregator healthAggregator,
Map<String,ReactiveHealthIndicator> indicators)
Deprecated.
since 2.1.0 in favor of
CompositeReactiveHealthIndicator(HealthAggregator, ReactiveHealthIndicatorRegistry) |
DefaultReactiveHealthIndicatorRegistry(Map<String,ReactiveHealthIndicator> healthIndicators)
Create a new
DefaultReactiveHealthIndicatorRegistry from the specified
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 © 2020 Pivotal Software, Inc.. All rights reserved.