Hierarchy

  • IReceiver

Properties

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

Type declaration

toSubscriptionIterator: (<T>(decoders: IDecoder<T> | IDecoder<T>[]) => Promise<IAsyncIterator<T>>)

Type declaration

Generated using TypeDoc