Chain
chain(…
strategies
):PollStrategy
Defined in: packages/agent/src/polling/strategy.ts:131
Chain multiple polling strategy. This chains the strategies, so if you pass in, say, two throttling strategy of 1 second, it will result in a throttle of 2 seconds.
Parameters
Section titled “Parameters”strategies
Section titled “strategies”…PollStrategy
[]
A strategy list to chain.