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