Package org.apache.pekko.stream.javadsl
Class ZipN
java.lang.Object
org.apache.pekko.stream.javadsl.ZipN
Combine the elements of multiple streams into a stream of lists.
A ZipN has a n input ports and one out port
'''Emits when''' all of the inputs has an element available
'''Backpressures when''' downstream backpressures
'''Completes when''' any upstream completes
'''Cancels when''' downstream cancels
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <A> Graph<UniformFanInShape<A,List<A>>, NotUsed> create(int n)
-
Constructor Details
-
ZipN
public ZipN()
-
-
Method Details
-
create
-