Class ReactiveCommonsHealthIndicator
java.lang.Object
org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
org.reactivecommons.async.starter.config.health.ReactiveCommonsHealthIndicator
- All Implemented Interfaces:
org.springframework.boot.actuate.health.ReactiveHealthContributor,org.springframework.boot.actuate.health.ReactiveHealthIndicator
public class ReactiveCommonsHealthIndicator
extends org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<org.springframework.boot.actuate.health.Health>doHealthCheck(org.springframework.boot.actuate.health.Health.Builder builder) Methods inherited from class org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
healthMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.boot.actuate.health.ReactiveHealthIndicator
getHealth
-
Field Details
-
DOMAIN
- See Also:
-
VERSION
- See Also:
-
-
Constructor Details
-
ReactiveCommonsHealthIndicator
public ReactiveCommonsHealthIndicator()
-
-
Method Details
-
doHealthCheck
protected reactor.core.publisher.Mono<org.springframework.boot.actuate.health.Health> doHealthCheck(org.springframework.boot.actuate.health.Health.Builder builder) - Specified by:
doHealthCheckin classorg.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
-