Feeds the source Subscriber with elements from the given iterator,
respecting the contract and returning a Future[Ack]
with the last
acknowledgement given after the last emitted element.
Feeds the source Subscriber with elements from the given iterable,
respecting the contract and returning a Future[Ack]
with the last
acknowledgement given after the last emitted element.
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.
Extension methods for Subscriber.