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