Package com.moesif.api.controllers
Class HealthController
java.lang.Object
com.moesif.api.controllers.BaseController
com.moesif.api.controllers.HealthController
- All Implemented Interfaces:
IHealthController
-
Field Summary
Fields inherited from class com.moesif.api.controllers.BaseController
httpCallBack -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionHealth ProbevoidgetHealthProbeAsync(APICallBack<StatusModel> callBack) Health Probe AsyncvoidsetConfig(Configuration config) Methods inherited from class com.moesif.api.controllers.BaseController
getClientInstance, getHttpCallBack, setClientInstance, setHttpCallBack, validateResponse
-
Constructor Details
-
HealthController
-
-
Method Details
-
getHealthProbe
Health Probe- Specified by:
getHealthProbein interfaceIHealthController- Returns:
- The health probe
- Throws:
Throwable- on getting health probe
-
getHealthProbeAsync
Health Probe Async- Specified by:
getHealthProbeAsyncin interfaceIHealthController- Parameters:
callBack- Called after the HTTP response is received
-
setConfig
-