Package org.apache.pekko.routing
Interface PoolOverrideUnsetConfig<T extends Pool>
- 
- All Superinterfaces:
- Pool,- RouterConfig,- java.io.Serializable
 - All Known Implementing Classes:
- BroadcastPool,- ConsistentHashingPool,- RandomPool,- RoundRobinPool,- ScatterGatherFirstCompletedPool,- SmallestMailboxPool,- TailChoppingPool
 
 public interface PoolOverrideUnsetConfig<T extends Pool> extends Pool INTERNAL APIUsed to override unset configuration in a router. 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description RouterConfigoverrideUnsetConfig(RouterConfig other)TwithResizer(Resizer resizer)TwithSupervisorStrategy(SupervisorStrategy strategy)- 
Methods inherited from interface org.apache.pekko.routing.PoolcreateRouterActor, enrichWithPoolDispatcher, newRoutee, nrOfInstances, props, resizer, stopRouterWhenAllRouteesRemoved, supervisorStrategy, usePoolDispatcher
 - 
Methods inherited from interface org.apache.pekko.routing.RouterConfigcreateRouter, isManagementMessage, routerDispatcher, routingLogicController, verifyConfig, withFallback
 
- 
 
- 
- 
- 
Method Detail- 
overrideUnsetConfigRouterConfig overrideUnsetConfig(RouterConfig other) 
 - 
withSupervisorStrategyT withSupervisorStrategy(SupervisorStrategy strategy) 
 
- 
 
-