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 Akka Streams merging and bypassing of packets.

  4. object GzipFlow

    Permalink

    A simple Gzip Flow

    A simple Gzip Flow

    GZIPs each chunk separately.

  5. object Probes

    Permalink

    Probes, for debugging reactive streams.

Ungrouped