onPoll abstract method
Subclasses implement the actual polling call (fetch / read / refresh). Invoked once on subscription and then every providePollingInterval.
Implementation
Resolvable<TData> onPoll();
Subclasses implement the actual polling call (fetch / read / refresh). Invoked once on subscription and then every providePollingInterval.
Resolvable<TData> onPoll();