transferum
    Preparing search index...

    Class AsyncPollingFlowTransfer<T>

    Output transfer with asynchronous polling from AsyncOutputFlowInterface.

    Capabilities: isOutput, isPollingSource, isAsyncPullable, isSubscribable, isAsyncTriggerable, isGate

    Mechanics are analogous to AsyncPollingSourceTransfer, but the source is AsyncOutputFlowInterface (async read()) instead of AsyncDataFetcher.

    Configuration (AsyncPollingFlowTransferConfig):

    • flow: AsyncOutputFlowInterface — data source with async read()
    • interval, activated, tickerFactory, onError — same as in AsyncPollingSourceTransfer

    Type Parameters

    • T

    Hierarchy (View Summary)

    Implements

    Index
    _state: ProxyReference<T>
    isAsyncPollingProxy: boolean = false
    isAsyncPullable: true
    isAsyncPushable: boolean = false
    isAsyncTriggerable: true
    isDuplex: boolean = false
    isGate: true
    isInput: boolean = false
    isOutput: true
    isPollingProxy: boolean = false
    isPollingSource: true
    isPullable: boolean = false
    isPushable: boolean = false
    isSubscribable: true
    isTriggerable: boolean = false