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