Package akka.stream

Interface SourceRef<T>

  • All Known Implementing Classes:
    SourceRefImpl

    public interface SourceRef<T>
    Scala API: Get Source underlying to this source ref.
    • Method Detail

      • source

        Source<T,​NotUsed> source()
        Scala API: Get Source underlying to this source ref.
      • getSource

        Source<T,​NotUsed> getSource()
        Java API: Get javadsl.Source underlying to this source ref.