Modifier and Type | Class and Description |
---|---|
class |
RabbitHealthIndicator
Simple implementation of a
HealthIndicator returning status information for the
RabbitMQ messaging system. |
Modifier and Type | Class and Description |
---|---|
class |
CompositeHealthContributorConfiguration<I extends HealthIndicator,B>
Base class for health contributor configurations that can combine source beans into a
composite.
|
class |
CompositeHealthIndicatorConfiguration<H extends HealthIndicator,S>
Deprecated.
since 2.2.0 in favor of
CompositeHealthContributorConfiguration |
Modifier and Type | Method and Description |
---|---|
protected HealthIndicator |
CompositeHealthIndicatorConfiguration.createHealthIndicator(Map<String,S> beans)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
AvailabilityStateHealthIndicator
A
HealthIndicator that checks a specific AvailabilityState of the
application. |
class |
LivenessStateHealthIndicator
A
HealthIndicator that checks the LivenessState of the application. |
class |
ReadinessStateHealthIndicator
A
HealthIndicator that checks the ReadinessState of the application. |
Modifier and Type | Class and Description |
---|---|
class |
CassandraHealthIndicator
Simple implementation of a
HealthIndicator returning status information for
Cassandra data stores. |
Modifier and Type | Class and Description |
---|---|
class |
CouchbaseHealthIndicator
HealthIndicator for Couchbase. |
Modifier and Type | Class and Description |
---|---|
class |
ElasticsearchRestHealthIndicator
HealthIndicator for an Elasticsearch cluster using a RestClient . |
Modifier and Type | Class and Description |
---|---|
class |
HazelcastHealthIndicator
HealthIndicator for Hazelcast. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHealthIndicator
Base
HealthIndicator implementations that encapsulates creation of
Health instance and error handling. |
class |
CompositeHealthIndicator
Deprecated.
since 2.2.0 in favor of a
CompositeHealthContributor |
class |
PingHealthIndicator
Default implementation of
HealthIndicator that returns Status.UP . |
Modifier and Type | Method and Description |
---|---|
HealthIndicator |
DefaultHealthIndicatorRegistry.get(String name)
Deprecated.
|
HealthIndicator |
HealthIndicatorRegistry.get(String name)
Deprecated.
Returns the
HealthIndicator registered with the given name . |
HealthIndicator |
DefaultHealthIndicatorRegistry.unregister(String name)
Deprecated.
|
HealthIndicator |
HealthIndicatorRegistry.unregister(String name)
Deprecated.
Unregisters the
HealthIndicator previously registered with the given
name . |
Modifier and Type | Method and Description |
---|---|
Map<String,HealthIndicator> |
DefaultHealthIndicatorRegistry.getAll()
Deprecated.
|
Map<String,HealthIndicator> |
HealthIndicatorRegistry.getAll()
Deprecated.
Returns a snapshot of the registered health indicators and their names.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultHealthIndicatorRegistry.register(String name,
HealthIndicator healthIndicator)
Deprecated.
|
void |
HealthIndicatorRegistry.register(String name,
HealthIndicator healthIndicator)
Deprecated.
Registers the given
HealthIndicator , associating it with the given
name . |
Modifier and Type | Method and Description |
---|---|
HealthIndicatorRegistry |
HealthIndicatorRegistryFactory.createHealthIndicatorRegistry(Map<String,HealthIndicator> healthIndicators)
Deprecated.
Create a
HealthIndicatorRegistry based on the specified health indicators. |
ReactiveHealthIndicatorRegistry |
ReactiveHealthIndicatorRegistryFactory.createReactiveHealthIndicatorRegistry(Map<String,ReactiveHealthIndicator> reactiveHealthIndicators,
Map<String,HealthIndicator> healthIndicators)
Deprecated.
Create a
ReactiveHealthIndicatorRegistry based on the specified health
indicators. |
protected <T extends HealthIndicatorRegistry> |
HealthIndicatorRegistryFactory.initialize(T registry,
Map<String,HealthIndicator> healthIndicators)
Deprecated.
|
protected <T extends ReactiveHealthIndicatorRegistry> |
ReactiveHealthIndicatorRegistryFactory.initialize(T registry,
Map<String,ReactiveHealthIndicator> reactiveHealthIndicators,
Map<String,HealthIndicator> healthIndicators)
Deprecated.
|
Constructor and Description |
---|
HealthIndicatorReactiveAdapter(HealthIndicator delegate)
Deprecated.
|
Constructor and Description |
---|
CompositeHealthIndicator(HealthAggregator healthAggregator,
Map<String,HealthIndicator> indicators)
Deprecated.
Create a new
CompositeHealthIndicator from the specified indicators. |
DefaultHealthIndicatorRegistry(Map<String,HealthIndicator> healthIndicators)
Deprecated.
Create a new
DefaultHealthIndicatorRegistry from the specified indicators. |
Modifier and Type | Class and Description |
---|---|
class |
InfluxDbHealthIndicator
HealthIndicator for InfluxDB. |
Modifier and Type | Class and Description |
---|---|
class |
DataSourceHealthIndicator
HealthIndicator that tests the status of a DataSource and optionally
runs a test query. |
Modifier and Type | Class and Description |
---|---|
class |
JmsHealthIndicator
HealthIndicator for a JMS ConnectionFactory . |
Modifier and Type | Class and Description |
---|---|
class |
LdapHealthIndicator
HealthIndicator for configured LDAP server(s). |
Modifier and Type | Class and Description |
---|---|
class |
MailHealthIndicator
HealthIndicator for configured smtp server(s). |
Modifier and Type | Class and Description |
---|---|
class |
MongoHealthIndicator
Simple implementation of a
HealthIndicator returning status information for
Mongo data stores. |
Modifier and Type | Class and Description |
---|---|
class |
Neo4jHealthIndicator
HealthIndicator that tests the status of a Neo4j by executing a Cypher
statement. |
Modifier and Type | Class and Description |
---|---|
class |
RedisHealthIndicator
Simple implementation of a
HealthIndicator returning status information for
Redis data stores. |
Modifier and Type | Class and Description |
---|---|
class |
SolrHealthIndicator
HealthIndicator for Apache Solr. |
Modifier and Type | Class and Description |
---|---|
class |
DiskSpaceHealthIndicator
A
HealthIndicator that checks available disk space and reports a status of
Status.DOWN when it drops below a configurable threshold. |