MergePrioritized

org.apache.pekko.stream.scaladsl.MergePrioritized
See theMergePrioritized companion class

Attributes

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

Members list

Value members

Concrete methods

def apply[T](priorities: Seq[Int], eagerComplete: Boolean): GraphStage[UniformFanInShape[T, T]]

Create a new MergePrioritized with specified number of input ports.

Create a new MergePrioritized with specified number of input ports.

Value parameters

eagerComplete

if true, the merge will complete as soon as one of its inputs completes.

priorities

priorities of the input ports

Attributes

Source
Graph.scala