Creates a PollingProxyTransfer — a duplex transfer with polling from the previous node.
Capabilities: PollingProxy, Pullable, Subscribable, Triggerable, Gate
— configuration (interval, activated, onError)
const polling = createPollingProxyTransfer<number>({ interval: 1000, activated: true});// setFetcher is called via linkTransfers Copy
const polling = createPollingProxyTransfer<number>({ interval: 1000, activated: true});// setFetcher is called via linkTransfers
Creates a PollingProxyTransfer — a duplex transfer with polling from the previous node.
Capabilities: PollingProxy, Pullable, Subscribable, Triggerable, Gate