Package org.apache.pekko.stream.scaladsl
Class MergePrioritized$
java.lang.Object
org.apache.pekko.stream.scaladsl.MergePrioritized$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MergePrioritized$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> GraphStage<UniformFanInShape<T,T>> Create a newMergePrioritizedwith specified number of input ports.<T> boolean
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
MergePrioritized$
public MergePrioritized$()
-
-
Method Details
-
apply
public <T> GraphStage<UniformFanInShape<T,T>> apply(scala.collection.immutable.Seq<Object> priorities, boolean eagerComplete) Create a newMergePrioritizedwith specified number of input ports.- Parameters:
priorities- priorities of the input portseagerComplete- if true, the merge will complete as soon as one of its inputs completes.
-
apply$default$2
public <T> boolean apply$default$2()
-