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