Chapter 7. Controlling the observable temperature
This chapter covers
- Creating publishers with subjects
- Working with hot and cold observables
- Moving from hot to cold and vice versa
- Controlling the hot observable lifetime
The abstraction provided by observables hides from the observers the knowledge of how the underlying source makes the emissions. Depending on the way the observable is implemented, the same emissions (the object instance) might be shared between the various observers, or alternatively, each observer might get different instances. The observable might be implemented so that each observer receives the entire sequence, or instead receives part of the sequence, depending on when it subscribed.
Say an observable emits sound waves. ...
Get Rx.NET in Action now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.