Extension methods for Subscriber.
Subscriber builder
Given an org.reactivestreams.Subscriber
as defined by the
Reactive Streams specification,
it builds an Subscriber instance compliant with the
Monifu Rx implementation.
Transforms the source Subscriber into a org.reactivestreams.Subscriber
instance as defined by the Reactive Streams
specification.
Transforms the source Subscriber into a org.reactivestreams.Subscriber
instance as defined by the Reactive Streams
specification.
a strictly positive number, representing the size of the buffer used and the number of elements requested on each cycle when communicating demand, compliant with the reactive streams specification
Transforms the source Subscriber into a org.reactivestreams.Subscriber
instance as defined by the Reactive Streams
specification.