play.api.libs.streams

Members list

Type members

Classlikes

sealed trait Accumulator[-E, +A]

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.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Accumulator

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
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.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
ActorFlow.type
object GzipFlow

A simple Gzip Flow

A simple Gzip Flow

GZIPs each chunk separately.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
GzipFlow.type
object PekkoStreams

Utilities for Pekko Streams merging and bypassing of packets.

Utilities for Pekko Streams merging and bypassing of packets.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object Probes

Probes, for debugging reactive streams.

Probes, for debugging reactive streams.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Probes.type