org.apache.pekko.stream.javadsl.Interleave
Attributes
-
Source
-
Graph.scala
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Create a new Interleave with the specified number of input ports and given size of elements to take from each input.
Create a new Interleave with the specified number of input ports and given size of elements to take from each input.
Value parameters
-
eagerClose
-
if true, interleave completes upstream if any of its upstream completes.
-
inputPorts
-
number of input ports
-
segmentSize
-
number of elements to send downstream before switching to next input port
Attributes
-
Source
-
Graph.scala
Create a new Interleave with the specified number of input ports and given size of elements to take from each input, with eagerClose set to false.
Create a new Interleave with the specified number of input ports and given size of elements to take from each input, with eagerClose set to false.
Value parameters
-
inputPorts
-
number of input ports
-
segmentSize
-
number of elements to send downstream before switching to next input port
Attributes
-
Source
-
Graph.scala