public class Broadcast$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Broadcast$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
Broadcast$() |
Modifier and Type | Method and Description |
---|---|
<T> Broadcast<T> |
apply(int outputPorts,
boolean eagerCancel)
Create a new
Broadcast with the specified number of output ports. |
public static final Broadcast$ MODULE$
public <T> Broadcast<T> apply(int outputPorts, boolean eagerCancel)
Broadcast
with the specified number of output ports.
outputPorts
- number of output portseagerCancel
- if true, broadcast cancels upstream if any of its downstreams cancel.