Broadcast

org.apache.pekko.stream.scaladsl.Broadcast
See theBroadcast companion class
object Broadcast

Attributes

Companion
class
Source
Graph.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Broadcast.type

Members list

Value members

Concrete methods

def apply[T](outputPorts: Int, eagerCancel: Boolean): Broadcast[T]

Create a new Broadcast with the specified number of output ports.

Create a new Broadcast with the specified number of output ports.

Value parameters

eagerCancel

if true, broadcast cancels upstream if any of its downstreams cancel.

outputPorts

number of output ports

Attributes

Source
Graph.scala