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