@EndpointCloudFoundryExtension(endpoint=HealthEndpoint.class) public class CloudFoundryReactiveHealthEndpointWebExtension extends Object
@EndpointExtension for the HealthEndpoint
that always exposes full health details.| Constructor and Description |
|---|
CloudFoundryReactiveHealthEndpointWebExtension(ReactiveHealthEndpointWebExtension delegate) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>> |
health(ApiVersion apiVersion) |
reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>> |
health(ApiVersion apiVersion,
String... path) |
public CloudFoundryReactiveHealthEndpointWebExtension(ReactiveHealthEndpointWebExtension delegate)
@ReadOperation public reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>> health(ApiVersion apiVersion)
@ReadOperation public reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>> health(ApiVersion apiVersion, @Selector(match=ALL_REMAINING) String... path)