public interface IHealthMonitorManager
Modifier and Type | Method and Description |
---|---|
List<HealthCheckInfo> |
getHealthChecks()
Returns a list of all available health checks.
|
Map<String,Map<String,HealthCheckResult>> |
runCompleteHealthCheck(HttpServletRequest request)
Executes all health checks
|
Map<String,HealthCheckResult> |
runHealthCheck(String className,
HttpServletRequest request)
Executes all health checks available in a class.
|
HealthCheckResult |
runHealthCheck(String className,
String methodName,
HttpServletRequest request)
Executes a single health check for the given class and method.
|
List<HealthCheckInfo> getHealthChecks() throws Exception
Exception
Map<String,Map<String,HealthCheckResult>> runCompleteHealthCheck(HttpServletRequest request) throws Exception
Exception
Map<String,HealthCheckResult> runHealthCheck(String className, HttpServletRequest request) throws Exception
className
- the class to executeException
HealthCheckResult runHealthCheck(String className, String methodName, HttpServletRequest request) throws Exception
className
- the name of the class for which the check should be runmethodName
- the name of the method for which the check should be runrequest
- a http request for which some check can use toException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.