object JavaFlowSupport
Ordering
- Alphabetic
- By Inheritance
Inherited
- JavaFlowSupport
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- object Flow
akka.stream.scaladsl.Flow factories operating with
java.util.concurrent.Flow.*
interfaces. - object Sink
akka.stream.scaladsl.Sink factories operating with
java.util.concurrent.Flow.*
interfaces. - object Source
akka.stream.scaladsl.Source factories operating with
java.util.concurrent.Flow.*
interfaces.
For use only with
JDK 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).