Package akka.stream
Interface SourceRef<T>
-
- All Known Implementing Classes:
SourceRefImpl
public interface SourceRef<T>Scala API: GetSourceunderlying to this source ref.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Source<T,NotUsed>getSource()Java API: Getjavadsl.Sourceunderlying to this source ref.Source<T,NotUsed>source()Scala API: GetSourceunderlying to this source ref.
-