Package akka.stream.scaladsl
Class JavaFlowSupport$
- java.lang.Object
-
- akka.stream.scaladsl.JavaFlowSupport$
-
public class JavaFlowSupport$ extends java.lang.ObjectFor use only withJDK 9+.Provides support for
java.util.concurrent.Flow.*interfaces which mirror the Reactive Streams interfaces fromorg.reactivestreams. See: [http://www.reactive-streams.org/](reactive-streams.org).
-
-
Field Summary
Fields Modifier and Type Field Description static JavaFlowSupport$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description JavaFlowSupport$()
-
-
-
Field Detail
-
MODULE$
public static final JavaFlowSupport$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-