Inverse direction: convert an Observable into a bus dispatch stream.
Each value emitted by the source is dispatched as the given action.
Useful for piping RxJS operator output back into the bus.
Returns the Subscription so you can unsubscribe; the bus dispatch is
fire-and-forget per emitted value.
Inverse direction: convert an Observable into a bus dispatch stream. Each value emitted by the source is dispatched as the given action. Useful for piping RxJS operator output back into the bus.
Returns the Subscription so you can unsubscribe; the bus dispatch is fire-and-forget per emitted value.