play.api.libs.streams
Adapts a Publisher to an Enumerator.
When an Iteratee is applied to the Enumerator, we adapt the Iteratee into a Subscriber, then subscribe it to the Publisher.
Very simple Processor that delegates to its Subscriber and Publisher arguments.
Wraps a Subscription created by a SubscriptionFactory, allowing the Subscription to be started and queried.
Adapts a Publisher to an Enumerator.
When an Iteratee is applied to the Enumerator, we adapt the Iteratee into a Subscriber, then subscribe it to the Publisher.