Class CloudFoundryReactiveHealthEndpointWebExtension
java.lang.Object
org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive.CloudFoundryReactiveHealthEndpointWebExtension
@EndpointCloudFoundryExtension(endpoint=org.springframework.boot.actuate.health.HealthEndpoint.class)
public class CloudFoundryReactiveHealthEndpointWebExtension
extends Object
Reactive
@EndpointExtension for the HealthEndpoint
that always exposes full health details.- Since:
- 2.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionCloudFoundryReactiveHealthEndpointWebExtension(org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension delegate) -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<org.springframework.boot.actuate.endpoint.web.WebEndpointResponse<? extends org.springframework.boot.actuate.health.HealthComponent>>health(org.springframework.boot.actuate.endpoint.ApiVersion apiVersion) reactor.core.publisher.Mono<org.springframework.boot.actuate.endpoint.web.WebEndpointResponse<? extends org.springframework.boot.actuate.health.HealthComponent>>
-
Constructor Details
-
CloudFoundryReactiveHealthEndpointWebExtension
public CloudFoundryReactiveHealthEndpointWebExtension(org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension delegate)
-
-
Method Details
-
health
@ReadOperation public reactor.core.publisher.Mono<org.springframework.boot.actuate.endpoint.web.WebEndpointResponse<? extends org.springframework.boot.actuate.health.HealthComponent>> health(org.springframework.boot.actuate.endpoint.ApiVersion apiVersion) -
health
@ReadOperation public reactor.core.publisher.Mono<org.springframework.boot.actuate.endpoint.web.WebEndpointResponse<? extends org.springframework.boot.actuate.health.HealthComponent>> health(org.springframework.boot.actuate.endpoint.ApiVersion apiVersion, @Selector(match=ALL_REMAINING) String... path)
-