Hierarchy

  • IReceiver

Properties

getActiveSubscriptions: (() => ActiveSubscriptions)

Type declaration

subscribe: (<T>(decoders: IDecoder<T> | IDecoder<T>[], callback: Callback<T>, opts?: ProtocolOptions) => Unsubscribe | Promise<Unsubscribe>)

Type declaration

toSubscriptionIterator: (<T>(decoders: IDecoder<T> | IDecoder<T>[], opts?: ProtocolOptions) => Promise<IAsyncIterator<T>>)

Type declaration

Generated using TypeDoc