Package 

Interface SHealthManager.SHealthObserverListener

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onSubscriptionsStarted() Called whenever subscriptions start being observed
      abstract Unit onSubscriptionsStopped(Throwable exception) Called whenever subscriptions stop being observed
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onSubscriptionsStopped

         abstract Unit onSubscriptionsStopped(Throwable exception)

        Called whenever subscriptions stop being observed

        Parameters:
        exception -
        • exception if thrown while trying to observe records, null otherwise