Interface DataSubscription

    • Method Detail

      • cancel

        void cancel()
        The Observer shall not receive anymore updates.
      • isCanceled

        boolean isCanceled()
        Current cancellation state of the subscription.