Class and Description |
---|
Publisher
A
Publisher is a provider of a potentially unbounded number of sequenced elements, publishing them according to
the demand received from its Subscriber (s). |
Subscriber
Will receive call to
onSubscribe(Subscription) once after passing an instance of Subscriber to Publisher.subscribe(Subscriber) . |
Subscription |
Copyright © 2014–2018. All rights reserved.