Interface TableDataRefreshService.CancellableSubscriptionToken

Enclosing interface:
TableDataRefreshService

public static interface TableDataRefreshService.CancellableSubscriptionToken
A subscription token interface with cancellation support.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Cancel this subscription.
  • Method Details

    • cancel

      void cancel()
      Cancel this subscription.