Interface ReactiveHealthIndicator
- All Superinterfaces:
ReactiveHealthContributor
- All Known Implementing Classes:
AbstractReactiveHealthIndicator
,CassandraDriverReactiveHealthIndicator
,ConnectionFactoryHealthIndicator
,CouchbaseReactiveHealthIndicator
,ElasticsearchReactiveHealthIndicator
,MongoReactiveHealthIndicator
,Neo4jReactiveHealthIndicator
,RedisReactiveHealthIndicator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Strategy interface used to contribute
Health
to the results returned from the
reactive variant of the HealthEndpoint
.
This is non-blocking contract that is meant to be used in a reactive application. See
HealthIndicator
for the traditional contract.
- Since:
- 2.0.0
- Author:
- Stephane Nicoll
- See Also:
-
Method Summary
-
Method Details