shajara API
    Preparing search index...

    Interface ChannelReceiver<Value, Outcome>

    Read authority for channel receive operations.

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

    Type Parameters

    • Value
    • Outcome
    Index

    Properties

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