Interface Subscriber<Topic, Update, SubscribeInfo>

A pubsub protocol subscriber.

interface Subscriber<Topic, Update, SubscribeInfo> {
    subscribe: ((topic) => Subscription<Topic, Update>);
}

Type Parameters

Implemented by

Properties

Properties

subscribe: ((topic) => Subscription<Topic, Update>)

Type declaration

Generated using TypeDoc