Class SourceRef$

java.lang.Object
org.apache.pekko.stream.SourceRef$

public class SourceRef$ extends Object
See full documentation on SourceRef.
  • Field Details

    • MODULE$

      public static final SourceRef$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • SourceRef$

      public SourceRef$()
  • Method Details

    • convertRefToSource

      public <T> Source<T,NotUsed> convertRefToSource(SourceRef<T> ref)
      Implicitly converts a SourceRef to a Source. The same can be achieved by calling `.source` on the SourceRef itself.