Package

play.api.libs

streams

Permalink

package streams

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Accumulator[-E, +A] extends AnyRef

    Permalink

    An accumulator of elements into a future of a result.

    An accumulator of elements into a future of a result.

    This is essentially a lightweight wrapper around a Sink that gets materialised to a Future, but provides convenient methods for working directly with that future as well as transforming the input.

Value Members

  1. object Accumulator

    Permalink
  2. object ActorFlow

    Permalink

    Provides a flow that is handled by an actor.

    Provides a flow that is handled by an actor.

    See https://github.com/akka/akka/issues/16985.

  3. object AkkaStreams

    Permalink

    Utilities for

  4. object GzipFlow

    Permalink

    A simple Gzip Flow

    A simple Gzip Flow

    GZIPs each chunk separately using the JDK7 syncFlush feature.

  5. object Probes

    Permalink

    Probes, for debugging reactive streams.

  6. object Streams

    Permalink

    Methods to adapt Futures, Promises, Iteratees and Enumerators to and from Reactive Streams' Publishers and Subscribers.

  7. package impl

    Permalink

Ungrouped