@jetjs/streams
interface SubscriptionObserver
Properties
| Property | Type | Description |
|---|---|---|
| complete | CompleteFn | |
| error | ErrorFn | |
| next | NextFn | |
| unsubscribe | UnsubscribeFn |
Property Details
-
complete Property
Signature:complete: CompleteFn; -
error Property
Signature:error: ErrorFn; -
next Property
Signature:next: NextFn<T>; -
unsubscribe Property
Signature:unsubscribe: UnsubscribeFn;