@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() |
WebEndpointResponse<HealthComponent> |
health(String... path) |
public CloudFoundryHealthEndpointWebExtension(HealthEndpointWebExtension delegate)
@ReadOperation public WebEndpointResponse<HealthComponent> health()
@ReadOperation public WebEndpointResponse<HealthComponent> health(@Selector(match=ALL_REMAINING) String... path)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.