akka.routing
Class DefaultResizer$

java.lang.Object
  extended by akka.routing.DefaultResizer$
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product

public class DefaultResizer$
extends java.lang.Object
implements scala.Product, scala.Serializable

See Also:
Serialized Form

Field Summary
static DefaultResizer$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
DefaultResizer$()
           
 
Method Summary
 DefaultResizer apply(com.typesafe.config.Config resizerConfig)
          Creates a new DefaultResizer from the given configuration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Field Detail

MODULE$

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

Constructor Detail

DefaultResizer$

public DefaultResizer$()
Method Detail

apply

public DefaultResizer apply(com.typesafe.config.Config resizerConfig)
Creates a new DefaultResizer from the given configuration