Package akka.actor.typed.internal.routing
-
Interface Summary Interface Description RoutingLogic<T> Kept in the behavior, not shared between instances, meant to be stateful. -
Class Summary Class Description GroupRouterBuilder<T> Provides builder style configuration options for group routers while still being a behavior that can be spawnedGroupRouterBuilder$ GroupRouterHelper INTERNAL APIGroupRouterHelper$ INTERNAL APIGroupRouterImpl<T> INTERNAL APIInitialGroupRouterImpl<T> INTERNAL APIPoolRouterBuilder<T> INTERNAL APIPoolRouterBuilder$ PoolRouterImpl<T> INTERNAL APIRoutingLogics INTERNAL APIRoutingLogics.ConsistentHashingLogic<T> RoutingLogics.RandomLogic<T> RoutingLogics.RoundRobinLogic<T> RoutingLogics$ INTERNAL API