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