Package org.apache.pekko.stream
Class SinkRef$
- java.lang.Object
- 
- org.apache.pekko.stream.SinkRef$
 
- 
 public class SinkRef$ extends java.lang.ObjectSee full documentation onSinkRef.
- 
- 
Constructor SummaryConstructors Constructor Description SinkRef$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Sink<T,NotUsed>convertRefToSink(SinkRef<T> sinkRef)Implicitly converts aSinkRefto ascaladsl.Sink.
 
- 
- 
- 
Field Detail- 
MODULE$public static final SinkRef$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 
-