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