@EndpointWebExtension(endpoint=HealthEndpoint.class) public class ReactiveHealthEndpointWebExtension extends Object
EndpointWebExtension for the HealthEndpoint.| Constructor and Description |
|---|
ReactiveHealthEndpointWebExtension(ReactiveHealthIndicator delegate,
HealthStatusHttpMapper statusHttpMapper,
boolean showDetails) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<WebEndpointResponse<Health>> |
health() |
reactor.core.publisher.Mono<WebEndpointResponse<Health>> |
health(boolean showDetails) |
public ReactiveHealthEndpointWebExtension(ReactiveHealthIndicator delegate, HealthStatusHttpMapper statusHttpMapper, boolean showDetails)
@ReadOperation public reactor.core.publisher.Mono<WebEndpointResponse<Health>> health()
public reactor.core.publisher.Mono<WebEndpointResponse<Health>> health(boolean showDetails)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.