shajara API Map
    Preparing search index...

    Interface ChannelSender<Value, Outcome>

    Write authority for channel send operations.

    interface ChannelSender<Value, Outcome> {
        "[KEY_TOKEN]": "channel-sender";
        "[TYPE_TOKEN]"?: readonly [Value, Outcome];
    }

    Type Parameters

    • Value
    • Outcome
    Index
    "[KEY_TOKEN]": "channel-sender"
    "[TYPE_TOKEN]"?: readonly [Value, Outcome]