Package org.apache.pekko.routing
Class BalancingPool$
java.lang.Object
scala.runtime.AbstractFunction3<Object,SupervisorStrategy,String,BalancingPool>
org.apache.pekko.routing.BalancingPool$
- All Implemented Interfaces:
Serializable,scala.Function3<Object,SupervisorStrategy, String, BalancingPool>
public class BalancingPool$
extends scala.runtime.AbstractFunction3<Object,SupervisorStrategy,String,BalancingPool>
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BalancingPool$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(int nrOfInstances, SupervisorStrategy supervisorStrategy, String routerDispatcher) final StringtoString()scala.Option<scala.Tuple3<Object,SupervisorStrategy, String>> unapply(BalancingPool x$0) Methods inherited from class scala.runtime.AbstractFunction3
curried, tupledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Function3
apply
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
BalancingPool$
public BalancingPool$()
-
-
Method Details
-
$lessinit$greater$default$2
-
$lessinit$greater$default$3
-
toString
- Specified by:
toStringin interfacescala.Function3<Object,SupervisorStrategy, String, BalancingPool> - Overrides:
toStringin classscala.runtime.AbstractFunction3<Object,SupervisorStrategy, String, BalancingPool>
-
apply
public BalancingPool apply(int nrOfInstances, SupervisorStrategy supervisorStrategy, String routerDispatcher) -
apply$default$2
-
apply$default$3
-
unapply
-