PekkoStreams

sttp.capabilities.pekko.PekkoStreams
See thePekkoStreams companion trait
object PekkoStreams extends PekkoStreams

Attributes

Companion
trait
Graph
Supertypes
trait PekkoStreams
class Streams[PekkoStreams]
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited types

override type BinaryStream = Source[ByteString, Any]

Attributes

Inherited from:
PekkoStreams
override type Pipe[A, B] = Flow[A, B, Any]

Attributes

Inherited from:
PekkoStreams

Value members

Concrete methods

def limitBytes(stream: Source[ByteString, Any], maxBytes: Long): Source[ByteString, Any]