@EndpointCloudFoundryExtension(endpoint=org.springframework.boot.actuate.health.HealthEndpoint.class) public class CloudFoundryReactiveHealthEndpointWebExtension extends java.lang.Object
@EndpointExtension for the HealthEndpoint
that always exposes full health details.| Constructor and Description |
|---|
CloudFoundryReactiveHealthEndpointWebExtension(org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension delegate) |
| Modifier and Type | Method and Description |
|---|---|
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) |
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,
java.lang.String... path) |
public CloudFoundryReactiveHealthEndpointWebExtension(org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension delegate)
@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)
@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)
java.lang.String... path)