SourceRef

org.apache.pekko.stream.SourceRef
See theSourceRef companion trait
object SourceRef

See full documentation on SourceRef.

Attributes

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

Members list

Implicits

Implicits

implicit def convertRefToSource[T](ref: SourceRef[T]): Source[T, NotUsed]

Implicitly converts a SourceRef to a Source. The same can be achieved by calling .source on the SourceRef itself.

Implicitly converts a SourceRef to a Source. The same can be achieved by calling .source on the SourceRef itself.

Attributes

Source
StreamRefs.scala