@EndpointWebExtension(endpoint=HealthEndpoint.class) public class HealthEndpointWebExtension extends Object
EndpointWebExtension
for the HealthEndpoint
.Constructor and Description |
---|
HealthEndpointWebExtension(HealthIndicator delegate,
HealthStatusHttpMapper statusHttpMapper,
boolean showDetails) |
Modifier and Type | Method and Description |
---|---|
WebEndpointResponse<Health> |
getHealth() |
WebEndpointResponse<Health> |
getHealth(boolean showDetails) |
public HealthEndpointWebExtension(HealthIndicator delegate, HealthStatusHttpMapper statusHttpMapper, boolean showDetails)
@ReadOperation public WebEndpointResponse<Health> getHealth()
public WebEndpointResponse<Health> getHealth(boolean showDetails)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.