Class ReactiveHealthEndpointWebExtension
- java.lang.Object
- org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
@EndpointWebExtension(endpoint=HealthEndpoint.class) public class ReactiveHealthEndpointWebExtension extends Object
ReactiveEndpointWebExtension
for theHealthEndpoint
.- Since:
- 2.0.0
Constructor Summary
Constructors Constructor Description ReactiveHealthEndpointWebExtension(ReactiveHealthIndicator delegate, HealthWebEndpointResponseMapper responseMapper)
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description reactor.core.publisher.Mono<WebEndpointResponse<Health>>
health(SecurityContext securityContext)
reactor.core.publisher.Mono<WebEndpointResponse<Health>>
health(SecurityContext securityContext, ShowDetails showDetails)
Constructor Detail
ReactiveHealthEndpointWebExtension
public ReactiveHealthEndpointWebExtension(ReactiveHealthIndicator delegate, HealthWebEndpointResponseMapper responseMapper)
Method Detail
health
@ReadOperation public reactor.core.publisher.Mono<WebEndpointResponse<Health>> health(SecurityContext securityContext)
health
public reactor.core.publisher.Mono<WebEndpointResponse<Health>> health(SecurityContext securityContext, ShowDetails showDetails)