data-cap
    Preparing search index...

    Type Alias SubscribeFn<TEvent>

    SubscribeFn: (handlers: SubscriptionHandlers<TEvent>) => () => void

    Opens a shared subscription's transport; the returned function tears it down.

    Type Parameters

    • TEvent

    Type Declaration