Subscription
this class is experimental.
Subscription is returned when you subscribe on stream.
Constructor Summary
Public Constructor | ||
public |
constructor(parentSubject: *, callback: *) |
Method Summary
Public Methods | ||
public |
Unsubscribe from the stream |
Public Constructors
public constructor(parentSubject: *, callback: *) source
Params:
Name | Type | Attribute | Description |
parentSubject | * | ||
callback | * |