transferum
    Preparing search index...

    Interface CommunicationContractInterface

    Contract of capability flags — boolean properties that determine which interfaces and methods a transfer supports.

    interface CommunicationContractInterface {
        isAsyncPollingProxy: boolean;
        isAsyncPullable: boolean;
        isAsyncPushable: boolean;
        isAsyncTriggerable: boolean;
        isDuplex: boolean;
        isGate: boolean;
        isInput: boolean;
        isOutput: boolean;
        isPollingProxy: boolean;
        isPollingSource: boolean;
        isPullable: boolean;
        isPushable: boolean;
        isSubscribable: boolean;
        isTriggerable: boolean;
    }

    Hierarchy (View Summary)

    Index
    isAsyncPollingProxy: boolean
    isAsyncPullable: boolean
    isAsyncPushable: boolean
    isAsyncTriggerable: boolean
    isDuplex: boolean
    isGate: boolean
    isInput: boolean
    isOutput: boolean
    isPollingProxy: boolean
    isPollingSource: boolean
    isPullable: boolean
    isPushable: boolean
    isSubscribable: boolean
    isTriggerable: boolean