Package akka.stream
Interface SinkRef<In>
-
- All Known Implementing Classes:
SinkRefImpl
public interface SinkRef<In>
Scala API: GetSink
underlying to this source ref.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Sink<In,NotUsed>
getSink()
Java API: Getjavadsl.Sink
underlying to this source ref.Sink<In,NotUsed>
sink()
Scala API: GetSink
underlying to this source ref.
-