@EndpointWebExtension(endpoint=HealthEndpoint.class) public class ReactiveHealthEndpointWebExtension extends ObjectSE
HealthEndpoint のリアクティブ EndpointWebExtension。| コンストラクターと説明 |
|---|
ReactiveHealthEndpointWebExtension(ReactiveHealthIndicator delegate, HealthWebEndpointResponseMapper responseMapper) |
| 修飾子と型 | メソッドと説明 |
|---|---|
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, StringSE component) |
reactor.core.publisher.Mono<WebEndpointResponse<Health>> | healthForComponentInstance(SecurityContext securityContext, StringSE component, StringSE instance) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic 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 StringSE component)
@ReadOperation public reactor.core.publisher.Mono<WebEndpointResponse<Health>> healthForComponentInstance(SecurityContext securityContext, @Selector StringSE component, @Selector StringSE instance)
public reactor.core.publisher.Mono<WebEndpointResponse<Health>> health(SecurityContext securityContext, ShowDetails showDetails)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.