Package akka.stream
Class SinkRef$
- java.lang.Object
-
- akka.stream.SinkRef$
-
public class SinkRef$ extends java.lang.Object
See full documentation onSinkRef
.
-
-
Constructor Summary
Constructors Constructor Description SinkRef$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Sink<T,NotUsed>
convertRefToSink(SinkRef<T> sinkRef)
Implicitly converts aSinkRef
to aSink
.
-
-
-
Field Detail
-
MODULE$
public static final SinkRef$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-