| Class | Description |
|---|---|
| BufferingSubscriber<T> | |
| DelegatingSubscriber<T,U> | |
| DelegatingSubscription | |
| EventListeningSubscriber<T> |
A
Subscriber that can invoke callbacks during various parts of the subscriber and subscription lifecycle. |
| FilteringSubscriber<T> | |
| FlatteningSubscriber<U> | |
| LimitingSubscriber<T> | |
| SequentialSubscriber<T> |
A simple implementation of
Subscriber that requests data one at a time. |
Copyright © 2022. All rights reserved.