providePollingInterval abstract method

Duration providePollingInterval()

Subclasses return the interval between consecutive onPoll invocations. The first poll fires immediately on subscription; subsequent polls fire every providePollingInterval() thereafter.

Implementation

Duration providePollingInterval();