onPoll abstract method

Resolvable<TData> onPoll()

Subclasses implement the actual polling call (fetch / read / refresh). Invoked once on subscription and then every providePollingInterval.

Implementation

Resolvable<TData> onPoll();