akka.routing
Class FromConfig$

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

public class FromConfig$
extends FromConfig
implements scala.Product, scala.Serializable

Router configuration which has no default, i.e. external configuration is required.

See Also:
Serialized Form

Field Summary
static FromConfig$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
FromConfig$()
           
 
Method Summary
 FromConfig apply(scala.Option<Resizer> resizer, SupervisorStrategy supervisorStrategy, java.lang.String routerDispatcher)
           
 FromConfig$ getInstance()
          Java API: get the singleton instance
 scala.Option<java.lang.String> unapply(FromConfig fc)
           
 
Methods inherited from class akka.routing.FromConfig
createRouter, createRouterActor, nrOfInstances, props, resizer, routerDispatcher, supervisorStrategy, verifyConfig, withDispatcher, withResizer, withSupervisorStrategy
 
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
 
Methods inherited from interface akka.routing.Pool
enrichWithPoolDispatcher, newRoutee, props, stopRouterWhenAllRouteesRemoved, usePoolDispatcher
 
Methods inherited from interface akka.routing.RouterConfig
isManagementMessage, routingLogicController, withFallback
 

Field Detail

MODULE$

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

Constructor Detail

FromConfig$

public FromConfig$()
Method Detail

getInstance

public FromConfig$ getInstance()
Java API: get the singleton instance

Overrides:
getInstance in class FromConfig
Returns:
(undocumented)

apply

public final FromConfig apply(scala.Option<Resizer> resizer,
                              SupervisorStrategy supervisorStrategy,
                              java.lang.String routerDispatcher)
Overrides:
apply in class FromConfig

unapply

public final scala.Option<java.lang.String> unapply(FromConfig fc)
Overrides:
unapply in class FromConfig