CassandraDriverHealthIndicator
@Deprecated public class CassandraReactiveHealthIndicator extends AbstractReactiveHealthIndicator
ReactiveHealthIndicator
for Cassandra.Constructor and Description |
---|
CassandraReactiveHealthIndicator(org.springframework.data.cassandra.core.ReactiveCassandraOperations reactiveCassandraOperations)
Deprecated.
Create a new
CassandraHealthIndicator instance. |
Modifier and Type | Method and Description |
---|---|
protected reactor.core.publisher.Mono<Health> |
doHealthCheck(Health.Builder builder)
Deprecated.
Actual health check logic.
|
health
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getHealth
adapt
public CassandraReactiveHealthIndicator(org.springframework.data.cassandra.core.ReactiveCassandraOperations reactiveCassandraOperations)
CassandraHealthIndicator
instance.reactiveCassandraOperations
- the Cassandra operationsprotected reactor.core.publisher.Mono<Health> doHealthCheck(Health.Builder builder)
AbstractReactiveHealthIndicator
doHealthCheck
in class AbstractReactiveHealthIndicator
builder
- the Health.Builder
to report health status and detailsMono
that provides the Health