Package org.apache.pekko.stream.scaladsl
Class Broadcast$
java.lang.Object
org.apache.pekko.stream.scaladsl.Broadcast$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Broadcast$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Broadcast$
public Broadcast$()
-
-
Method Details
-
apply
Create a newBroadcastwith the specified number of output ports.- Parameters:
outputPorts- number of output portseagerCancel- if true, broadcast cancels upstream if any of its downstreams cancel.
-
apply$default$2
public <T> boolean apply$default$2()
-