akka.routing
Class PoolBase

java.lang.Object
  extended by akka.routing.PoolBase
All Implemented Interfaces:
Pool, RouterConfig, java.io.Serializable

public abstract class PoolBase
extends java.lang.Object
implements Pool

Java API: Base class for custom router Pool

See Also:
Serialized Form

Constructor Summary
PoolBase()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface akka.routing.Pool
createRouterActor, enrichWithPoolDispatcher, newRoutee, nrOfInstances, props, resizer, stopRouterWhenAllRouteesRemoved, supervisorStrategy, usePoolDispatcher
 
Methods inherited from interface akka.routing.RouterConfig
createRouter, isManagementMessage, routerDispatcher, routingLogicController, verifyConfig, withFallback
 

Constructor Detail

PoolBase

public PoolBase()