@EndpointWebExtension(endpoint=HealthEndpoint.class) public class ReactiveHealthEndpointWebExtension extends Object
EndpointWebExtension
for the HealthEndpoint
.Constructor and Description |
---|
ReactiveHealthEndpointWebExtension(ReactiveHealthIndicator delegate,
HealthWebEndpointResponseMapper responseMapper) |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<WebEndpointResponse<Health>> |
health(SecurityContext securityContext) |
reactor.core.publisher.Mono<WebEndpointResponse<Health>> |
health(SecurityContext securityContext,
ShowDetails showDetails) |
reactor.core.publisher.Mono<WebEndpointResponse<Health>> |
healthForComponent(SecurityContext securityContext,
String component) |
reactor.core.publisher.Mono<WebEndpointResponse<Health>> |
healthForComponentInstance(SecurityContext securityContext,
String component,
String instance) |
public ReactiveHealthEndpointWebExtension(ReactiveHealthIndicator delegate, HealthWebEndpointResponseMapper responseMapper)
@ReadOperation public reactor.core.publisher.Mono<WebEndpointResponse<Health>> health(SecurityContext securityContext)
@ReadOperation public reactor.core.publisher.Mono<WebEndpointResponse<Health>> healthForComponent(SecurityContext securityContext, @Selector String component)
@ReadOperation public reactor.core.publisher.Mono<WebEndpointResponse<Health>> healthForComponentInstance(SecurityContext securityContext, @Selector String component, @Selector String instance)
public reactor.core.publisher.Mono<WebEndpointResponse<Health>> health(SecurityContext securityContext, ShowDetails showDetails)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.