Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RxjsStreamInput<T>

A StreamPipelineInput implemented using Rxjs' subscribers.

author

Thomas Minier

Type parameters

  • T

Hierarchy

  • RxjsStreamInput

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private _subscriber

_subscriber: Subscriber<T>

Methods

complete

  • complete(): void

error

  • error(err: any): void

next

  • next(value: T): void

Generated using TypeDoc