Preparing search index...
The search index is not available
@rxfx/service
@rxfx/service
SubscriptionObserver
Type alias SubscriptionObserver
Subscription
Observer
:
{
finalize
:
(
(
)
=>
void
)
;
subscribe
:
(
(
)
=>
void
)
;
unsubscribe
:
(
(
)
=>
void
)
;
}
Handles events of an effects' subscription, distinct from its Observable's notifications.
Type declaration
finalize
:
(
(
)
=>
void
)
(
)
:
void
Returns
void
subscribe
:
(
(
)
=>
void
)
(
)
:
void
Returns
void
unsubscribe
:
(
(
)
=>
void
)
(
)
:
void
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@rxfx/service
Loading...
Handles events of an effects' subscription, distinct from its Observable's notifications.