Package com.moesif.api
Interface IHealthController
-
- All Known Implementing Classes:
HealthController
public interface IHealthController
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatusModelgetHealthProbe()Health ProbevoidgetHealthProbeAsync(APICallBack<StatusModel> callBack)Health Probe async
-
-
-
Method Detail
-
getHealthProbe
StatusModel getHealthProbe() throws Throwable
Health Probe- Returns:
- The health probe
- Throws:
Throwable- on getting health probe
-
getHealthProbeAsync
void getHealthProbeAsync(APICallBack<StatusModel> callBack)
Health Probe async- Parameters:
callBack- Called after the HTTP response is received
-
-