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