Package org.apache.pekko.routing
Class PoolBase
java.lang.Object
org.apache.pekko.routing.PoolBase
- All Implemented Interfaces:
Serializable,Pool,RouterConfig
Java API: Base class for custom router
Pool- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.routing.Pool
createRouterActor, enrichWithPoolDispatcher, newRoutee, nrOfInstances, props, resizer, stopRouterWhenAllRouteesRemoved, supervisorStrategy, usePoolDispatcherMethods inherited from interface org.apache.pekko.routing.RouterConfig
createRouter, isManagementMessage, routerDispatcher, routingLogicController, verifyConfig, withFallback
-
Constructor Details
-
PoolBase
public PoolBase()
-