p

play.api.libs

streams

package streams

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

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

    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
  2. object ActorFlow

    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 GzipFlow

    A simple Gzip Flow

    A simple Gzip Flow

    GZIPs each chunk separately.

  4. object PekkoStreams

    Utilities for Pekko Streams merging and bypassing of packets.

  5. object Probes

    Probes, for debugging reactive streams.