Interface IHealthController

  • All Known Implementing Classes:
    HealthController

    public interface IHealthController
    • 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