Package akka.stream.scaladsl
Class Broadcast$
- java.lang.Object
-
- akka.stream.scaladsl.Broadcast$
-
public class Broadcast$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static Broadcast$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Broadcast$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Broadcast<T>
apply(int outputPorts, boolean eagerCancel)
Create a newBroadcast
with the specified number of output ports.<T> boolean
apply$default$2()
-
-
-
Field Detail
-
MODULE$
public static final Broadcast$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public <T> Broadcast<T> apply(int outputPorts, boolean eagerCancel)
Create a newBroadcast
with 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()
-
-