An Observable of just canceled
events of this service.
An Observable of just request
, cancel
events.
Contains the last error object, but becomes null
at the start of the next handling.
An Observable of just the complete
and error
events of this service.
An Observable of just the error
events of this service.
An Observable of all events of this service.
An Observable of just the complete
, error
, and canceled
events of this service.
Becomes false the Promise after isHandling becomes false, when no more requests are scheduled to start.
Indicates whether a handling is in progress. Use .value
, or subscribe()
for updates.
Creates an independent subscription, invoking callbacks on process lifecycle events
The next time (including the present) this service is inactive. Represents the completion of an already-running service.
The next time isActive turns from true to false. Represents the completion of a not-yet-running service.
An Observable of just the next
events of this service.
An Observable of just started
events.
Uses the reducer to aggregate the events that are produced from its handlers, emitting a new state for each action (de-duping is not done). Use .value
, or subscribe()
for updates.
An Observable of just started
, next
, complete
, error
, and canceled
events.
An Observable of just
start
andcanceled
events of this service.