Package org.apache.pekko.routing
Interface PoolOverrideUnsetConfig<T extends Pool>
- All Superinterfaces:
Pool,RouterConfig,Serializable
- All Known Implementing Classes:
BroadcastPool,ConsistentHashingPool,RandomPool,RoundRobinPool,ScatterGatherFirstCompletedPool,SmallestMailboxPool,TailChoppingPool
INTERNAL API
Used to override unset configuration in a router.
-
Method Summary
Modifier and TypeMethodDescriptionoverrideUnsetConfig(RouterConfig other) withResizer(Resizer resizer) withSupervisorStrategy(SupervisorStrategy strategy) Methods 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
-
Method Details
-
overrideUnsetConfig
-
withResizer
-
withSupervisorStrategy
-