shajara API
    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

    Properties

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