public class DefaultHealthCheckService extends Object implements HealthCheckService
| Constructor and Description |
|---|
DefaultHealthCheckService() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
performInstanceHealthCheck()
Performs health check for whole system.
|
void |
setRegistry(HealthCheckRegistry registry) |
public Map<String,Object> performInstanceHealthCheck()
HealthCheckServiceHealthCheck interfaces and merges their result into one map of maps
structure. This method must return resulting map. If there is no result empty map must be returned.performInstanceHealthCheck in interface HealthCheckServicepublic void setRegistry(HealthCheckRegistry registry)
Copyright © 2017 SAP SE. All Rights Reserved.