Package akka.routing
Class RoundRobinRoutingLogic$
- java.lang.Object
-
- akka.routing.RoundRobinRoutingLogic$
-
public class RoundRobinRoutingLogic$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static RoundRobinRoutingLogic$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description RoundRobinRoutingLogic$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RoundRobinRoutingLogic
apply()
-
-
-
Field Detail
-
MODULE$
public static final RoundRobinRoutingLogic$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public RoundRobinRoutingLogic apply()
-
-