| Class and Description |
|---|
| BehaviorRelay
Relay that emits the most recent item it has observed and all subsequent observed items to each subscribed
Observer. |
| PublishRelay
Relay that, once an
Observer has subscribed, emits all subsequently observed items to the
subscriber. |
| Relay
Represents a Consumer and an Observable at the same time, allowing
multicasting events from a single source to multiple child Observers.
|
| ReplayRelay
Replays events to Observers.
|
Copyright © 2015-2016. All Rights Reserved.