Package akka.stream

Interface SinkRef<In>

  • All Known Implementing Classes:
    SinkRefImpl

    public interface SinkRef<In>
    Scala API: Get Sink underlying to this source ref.
    • Method Detail

      • sink

        Sink<In,​NotUsed> sink()
        Scala API: Get Sink underlying to this source ref.
      • getSink

        Sink<In,​NotUsed> getSink()
        Java API: Get javadsl.Sink underlying to this source ref.