Package akka.routing
Class PoolBase
- java.lang.Object
-
- 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 routerPool
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description 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
-
-