Interface TableDataRefreshService.CancellableSubscriptionToken
- Enclosing interface:
- TableDataRefreshService
public static interface TableDataRefreshService.CancellableSubscriptionToken
A subscription token interface with cancellation support.
-
Method Summary
-
Method Details
-
cancel
void cancel()Cancel this subscription.
-