Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive |
Auto-configuration for actuator Cloud Foundry concerns using WebFlux.
|
org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet |
Auto-configuration for actuator Cloud Foundry concerns using Spring MVC.
|
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 |
---|---|
reactor.core.publisher.Mono<WebEndpointResponse<Health>> |
CloudFoundryReactiveHealthEndpointWebExtension.health() |
Modifier and Type | Method and Description |
---|---|
WebEndpointResponse<Health> |
CloudFoundryHealthEndpointWebExtension.getHealth() |
Modifier and Type | Method and Description |
---|---|
protected reactor.core.publisher.Mono<Health> |
CassandraReactiveHealthIndicator.doHealthCheck(Health.Builder builder) |
Modifier and Type | Method and Description |
---|---|
protected reactor.core.publisher.Mono<Health> |
CouchbaseReactiveHealthIndicator.doHealthCheck(Health.Builder builder) |
Modifier and Type | Method and Description |
---|---|
Health |
AbstractHealthAggregator.aggregate(Map<String,Health> healths) |
Health |
HealthAggregator.aggregate(Map<String,Health> healths)
Aggregate several given
Health instances into one. |
Health |
Health.Builder.build()
Create a new
Health instance with the previously specified code and
details. |
Health |
AbstractHealthIndicator.health() |
Health |
CompositeHealthIndicator.health() |
Health |
HealthEndpoint.health() |
Health |
HealthIndicator.health()
Return an indication of health.
|
Health |
HealthEndpoint.healthForComponent(String component)
Return the
Health of a particular component or null if such
component does not exist. |
Health |
HealthEndpoint.healthForComponentInstance(String component,
String instance)
Return the
Health of a particular instance managed by the specified
component or null if that particular component is not a
CompositeHealthIndicator or if such instance does not exist. |
Modifier and Type | Method and Description |
---|---|
protected abstract reactor.core.publisher.Mono<Health> |
AbstractReactiveHealthIndicator.doHealthCheck(Health.Builder builder)
Actual health check logic.
|
WebEndpointResponse<Health> |
HealthEndpointWebExtension.getHealth(SecurityContext securityContext,
ShowDetails showDetails) |
reactor.core.publisher.Mono<Health> |
AbstractReactiveHealthIndicator.health() |
reactor.core.publisher.Mono<Health> |
CompositeReactiveHealthIndicator.health() |
reactor.core.publisher.Mono<Health> |
HealthIndicatorReactiveAdapter.health() |
reactor.core.publisher.Mono<Health> |
ReactiveHealthIndicator.health()
Provide the indicator of health.
|
WebEndpointResponse<Health> |
HealthEndpointWebExtension.health(SecurityContext securityContext) |
reactor.core.publisher.Mono<WebEndpointResponse<Health>> |
ReactiveHealthEndpointWebExtension.health(SecurityContext securityContext) |
reactor.core.publisher.Mono<WebEndpointResponse<Health>> |
ReactiveHealthEndpointWebExtension.health(SecurityContext securityContext,
ShowDetails showDetails) |
WebEndpointResponse<Health> |
HealthEndpointWebExtension.healthForComponent(SecurityContext securityContext,
String component) |
reactor.core.publisher.Mono<WebEndpointResponse<Health>> |
ReactiveHealthEndpointWebExtension.healthForComponent(SecurityContext securityContext,
String component) |
WebEndpointResponse<Health> |
HealthEndpointWebExtension.healthForComponentInstance(SecurityContext securityContext,
String component,
String instance) |
reactor.core.publisher.Mono<WebEndpointResponse<Health>> |
ReactiveHealthEndpointWebExtension.healthForComponentInstance(SecurityContext securityContext,
String component,
String instance) |
WebEndpointResponse<Health> |
HealthWebEndpointResponseMapper.map(Health health,
SecurityContext securityContext)
Maps the given
health to a WebEndpointResponse , honouring the
mapper's default ShowDetails using the given securityContext . |
WebEndpointResponse<Health> |
HealthWebEndpointResponseMapper.map(Health health,
SecurityContext securityContext,
ShowDetails showDetails)
Maps the given
health to a WebEndpointResponse , honouring the given
showDetails using the given securityContext . |
WebEndpointResponse<Health> |
HealthWebEndpointResponseMapper.mapDetails(Supplier<Health> health,
SecurityContext securityContext)
Maps the given
health details to a WebEndpointResponse , honouring
the mapper's default ShowDetails using the given securityContext . |
Modifier and Type | Method and Description |
---|---|
WebEndpointResponse<Health> |
HealthWebEndpointResponseMapper.map(Health health,
SecurityContext securityContext)
Maps the given
health to a WebEndpointResponse , honouring the
mapper's default ShowDetails using the given securityContext . |
WebEndpointResponse<Health> |
HealthWebEndpointResponseMapper.map(Health health,
SecurityContext securityContext,
ShowDetails showDetails)
Maps the given
health to a WebEndpointResponse , honouring the given
showDetails using the given securityContext . |
CompositeReactiveHealthIndicator |
CompositeReactiveHealthIndicator.timeoutStrategy(long timeout,
Health timeoutHealth)
|
Modifier and Type | Method and Description |
---|---|
Health |
AbstractHealthAggregator.aggregate(Map<String,Health> healths) |
Health |
HealthAggregator.aggregate(Map<String,Health> healths)
Aggregate several given
Health instances into one. |
protected Map<String,Object> |
AbstractHealthAggregator.aggregateDetails(Map<String,Health> healths)
Return the map of 'aggregate' details that should be used from the specified
healths.
|
WebEndpointResponse<Health> |
HealthWebEndpointResponseMapper.mapDetails(Supplier<Health> health,
SecurityContext securityContext)
Maps the given
health details to a WebEndpointResponse , honouring
the mapper's default ShowDetails using the given securityContext . |
Modifier and Type | Method and Description |
---|---|
protected reactor.core.publisher.Mono<Health> |
MongoReactiveHealthIndicator.doHealthCheck(Health.Builder builder) |
Modifier and Type | Method and Description |
---|---|
protected reactor.core.publisher.Mono<Health> |
RedisReactiveHealthIndicator.doHealthCheck(Health.Builder builder) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.