public interface HealthCheckService
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
performInstanceHealthCheck()
Performs health check for whole system.
|
Map<String,Object> performInstanceHealthCheck()
HealthCheck 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.Copyright © 2017 SAP SE. All Rights Reserved.