akka.routing
Class BroadcastPool$

java.lang.Object
  extended by scala.runtime.AbstractFunction5<java.lang.Object,scala.Option<Resizer>,SupervisorStrategy,java.lang.String,java.lang.Object,BroadcastPool>
      extended by akka.routing.BroadcastPool$
All Implemented Interfaces:
java.io.Serializable, scala.Function5<java.lang.Object,scala.Option<Resizer>,SupervisorStrategy,java.lang.String,java.lang.Object,BroadcastPool>

public class BroadcastPool$
extends scala.runtime.AbstractFunction5<java.lang.Object,scala.Option<Resizer>,SupervisorStrategy,java.lang.String,java.lang.Object,BroadcastPool>
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static BroadcastPool$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
BroadcastPool$()
           
 
Method Summary
 
Methods inherited from class scala.runtime.AbstractFunction5
curried, toString, tupled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface scala.Function5
apply
 

Field Detail

MODULE$

public static final BroadcastPool$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

BroadcastPool$

public BroadcastPool$()