@EndpointCloudFoundryExtension(endpoint=HealthEndpoint.class) public class CloudFoundryHealthEndpointWebExtension extends Object
@EndpointExtension
for the HealthEndpoint
that always
exposes full health details.Constructor and Description |
---|
CloudFoundryHealthEndpointWebExtension(HealthEndpointWebExtension delegate) |
Modifier and Type | Method and Description |
---|---|
WebEndpointResponse<HealthComponent> |
health(ApiVersion apiVersion) |
WebEndpointResponse<HealthComponent> |
health(ApiVersion apiVersion,
String... path) |
public CloudFoundryHealthEndpointWebExtension(HealthEndpointWebExtension delegate)
@ReadOperation public WebEndpointResponse<HealthComponent> health(ApiVersion apiVersion)
@ReadOperation public WebEndpointResponse<HealthComponent> health(ApiVersion apiVersion, @Selector(match=ALL_REMAINING) String... path)