@ConfigurationProperties(prefix="endpoints.health", ignoreUnknownFields=false) public class HealthEndpoint extends AbstractEndpoint<Map<String,Object>>
Endpoint
to expose application health.Constructor and Description |
---|
HealthEndpoint()
Create a new
HealthIndicator instance. |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
invoke()
Invoke all
HealthIndicator delegates and collect their health information. |
getId, isEnabled, isSensitive, setEnabled, setId, setSensitive
public HealthEndpoint()
HealthIndicator
instance.public Map<String,Object> invoke()
HealthIndicator
delegates and collect their health information.Copyright © 2014 Pivotal Software, Inc.. All rights reserved.