Modifier and Type | Method and Description |
---|---|
protected void |
RabbitHealthIndicator.doHealthCheck(Health.Builder builder) |
Modifier and Type | Method and Description |
---|---|
protected void |
AvailabilityStateHealthIndicator.doHealthCheck(Health.Builder builder) |
Modifier and Type | Method and Description |
---|---|
protected reactor.core.publisher.Mono<Health> |
CassandraReactiveHealthIndicator.doHealthCheck(Health.Builder builder)
Deprecated.
|
protected void |
CassandraHealthIndicator.doHealthCheck(Health.Builder builder)
Deprecated.
|
protected reactor.core.publisher.Mono<Health> |
CassandraDriverReactiveHealthIndicator.doHealthCheck(Health.Builder builder) |
protected void |
CassandraDriverHealthIndicator.doHealthCheck(Health.Builder builder) |
Modifier and Type | Method and Description |
---|---|
protected reactor.core.publisher.Mono<Health> |
CouchbaseReactiveHealthIndicator.doHealthCheck(Health.Builder builder) |
protected void |
CouchbaseHealthIndicator.doHealthCheck(Health.Builder builder) |
Modifier and Type | Method and Description |
---|---|
protected reactor.core.publisher.Mono<Health> |
ElasticsearchReactiveHealthIndicator.doHealthCheck(Health.Builder builder) |
protected void |
ElasticsearchRestHealthIndicator.doHealthCheck(Health.Builder builder) |
Modifier and Type | Method and Description |
---|---|
protected void |
HazelcastHealthIndicator.doHealthCheck(Health.Builder builder) |
Modifier and Type | Method and Description |
---|---|
static Health.Builder |
Health.down()
Create a new
Health.Builder instance with a Status.DOWN status. |
Health.Builder |
Health.Builder.down()
Set status to
Status.DOWN . |
static Health.Builder |
Health.down(Exception ex)
Create a new
Health.Builder instance with an Status.DOWN status and the
specified exception details. |
Health.Builder |
Health.Builder.down(Throwable ex)
Set status to
Status.DOWN and add details for given Throwable . |
static Health.Builder |
Health.outOfService()
Create a new
Health.Builder instance with an Status.OUT_OF_SERVICE status. |
Health.Builder |
Health.Builder.outOfService()
Set status to
Status.OUT_OF_SERVICE . |
static Health.Builder |
Health.status(Status status)
Create a new
Health.Builder instance with a specific Status . |
Health.Builder |
Health.Builder.status(Status status)
Set status to given
Status instance. |
static Health.Builder |
Health.status(String statusCode)
Create a new
Health.Builder instance with a specific status code. |
Health.Builder |
Health.Builder.status(String statusCode)
Set status to given
statusCode . |
static Health.Builder |
Health.unknown()
Create a new
Health.Builder instance with an Status.UNKNOWN status. |
Health.Builder |
Health.Builder.unknown()
Set status to
Status.UNKNOWN status. |
static Health.Builder |
Health.up()
Create a new
Health.Builder instance with an Status.UP status. |
Health.Builder |
Health.Builder.up()
Set status to
Status.UP status. |
Health.Builder |
Health.Builder.withDetail(String key,
Object value)
Record detail using given
key and value . |
Health.Builder |
Health.Builder.withDetails(Map<String,?> details)
Record details from the given
details map. |
Health.Builder |
Health.Builder.withException(Throwable ex)
Record detail for given
Exception . |
Modifier and Type | Method and Description |
---|---|
protected void |
PingHealthIndicator.doHealthCheck(Health.Builder builder) |
protected abstract reactor.core.publisher.Mono<Health> |
AbstractReactiveHealthIndicator.doHealthCheck(Health.Builder builder)
Actual health check logic.
|
protected abstract void |
AbstractHealthIndicator.doHealthCheck(Health.Builder builder)
Actual health check logic.
|
Modifier and Type | Method and Description |
---|---|
protected void |
InfluxDbHealthIndicator.doHealthCheck(Health.Builder builder) |
Modifier and Type | Method and Description |
---|---|
protected void |
DataSourceHealthIndicator.doHealthCheck(Health.Builder builder) |
Modifier and Type | Method and Description |
---|---|
protected void |
JmsHealthIndicator.doHealthCheck(Health.Builder builder) |
Modifier and Type | Method and Description |
---|---|
protected void |
LdapHealthIndicator.doHealthCheck(Health.Builder builder) |
Modifier and Type | Method and Description |
---|---|
protected void |
MailHealthIndicator.doHealthCheck(Health.Builder builder) |
Modifier and Type | Method and Description |
---|---|
protected void |
MongoHealthIndicator.doHealthCheck(Health.Builder builder) |
protected reactor.core.publisher.Mono<Health> |
MongoReactiveHealthIndicator.doHealthCheck(Health.Builder builder) |
Modifier and Type | Method and Description |
---|---|
protected reactor.core.publisher.Mono<Health> |
Neo4jReactiveHealthIndicator.doHealthCheck(Health.Builder builder) |
protected void |
Neo4jHealthIndicator.doHealthCheck(Health.Builder builder) |
Modifier and Type | Method and Description |
---|---|
protected reactor.core.publisher.Mono<Health> |
ConnectionFactoryHealthIndicator.doHealthCheck(Health.Builder builder) |
Modifier and Type | Method and Description |
---|---|
protected void |
RedisHealthIndicator.doHealthCheck(Health.Builder builder) |
protected reactor.core.publisher.Mono<Health> |
RedisReactiveHealthIndicator.doHealthCheck(Health.Builder builder) |
Modifier and Type | Method and Description |
---|---|
protected void |
SolrHealthIndicator.doHealthCheck(Health.Builder builder) |
Modifier and Type | Method and Description |
---|---|
protected void |
DiskSpaceHealthIndicator.doHealthCheck(Health.Builder builder) |