Package akka.stream.scaladsl
Class JavaFlowSupport
- java.lang.Object
-
- akka.stream.scaladsl.JavaFlowSupport
-
public class JavaFlowSupport extends java.lang.Object
For 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).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JavaFlowSupport.Flow$
Flow
factories operating withjava.util.concurrent.Flow.*
interfaces.static class
JavaFlowSupport.Sink$
Sink
factories operating withjava.util.concurrent.Flow.*
interfaces.static class
JavaFlowSupport.Source$
Source
factories operating withjava.util.concurrent.Flow.*
interfaces.
-
Constructor Summary
Constructors Constructor Description JavaFlowSupport()
-