SinkRef

org.apache.pekko.stream.SinkRef
See theSinkRef companion trait
object SinkRef

See full documentation on SinkRef.

Attributes

Companion
trait
Source
StreamRefs.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
SinkRef.type

Members list

Implicits

Implicits

implicit def convertRefToSink[T](sinkRef: SinkRef[T]): Sink[T, NotUsed]

Implicitly converts a SinkRef to a Sink. The same can be achieved by calling .sink on the reference.

Implicitly converts a SinkRef to a Sink. The same can be achieved by calling .sink on the reference.

Attributes

Source
StreamRefs.scala