| Name | Description | Type | Package | Framework |
| ActorRefRoutee | Routee that sends the messages to an ActorRef. | Class | akka.routing | Akka |
|
| ActorRefRoutee$ | | Class | akka.routing | Akka |
|
| ActorSelectionRoutee | Routee that sends the messages to an ActorSelection. | Class | akka.routing | Akka |
|
| ActorSelectionRoutee$ | | Class | akka.routing | Akka |
|
| AddRoutee | Add a routee by sending this message to the router. | Class | akka.routing | Akka |
|
| AddRoutee$ | | Class | akka.routing | Akka |
|
| AdjustPoolSize | Increase or decrease the number of routees in a Pool. | Class | akka.routing | Akka |
|
| AdjustPoolSize$ | | Class | akka.routing | Akka |
|
| BalancingPool | A router pool that will try to redistribute work from busy routees to idle routees. | Class | akka.routing | Akka |
|
| BalancingPool$ | | Class | akka.routing | Akka |
|
| BalancingPoolDeploy | Can't be in the BalancingPool companion for binary compatibility reasons. | Class | akka.routing | Akka |
|
| BalancingPoolDeploy$ | Can't be in the BalancingPool companion for binary compatibility reasons. | Class | akka.routing | Akka |
|
| BalancingRoutingLogic | Selects the first routee, balancing will be done by the dispatcher. | Class | akka.routing | Akka |
|
| BalancingRoutingLogic$ | | Class | akka.routing | Akka |
|
| Broadcast | Used to broadcast a message to all routees in a router; only the contained message will be forwarded, i. | Class | akka.routing | Akka |
|
| Broadcast$ | | Class | akka.routing | Akka |
|
| BroadcastGroup | A router group that broadcasts a message to all its routees. | Class | akka.routing | Akka |
|
| BroadcastGroup$ | | Class | akka.routing | Akka |
|
| BroadcastPool | A router pool that broadcasts a message to all its routees. | Class | akka.routing | Akka |
|
| BroadcastPool$ | | Class | akka.routing | Akka |
|
| BroadcastRoutingLogic | Broadcasts a message to all its routees. | Class | akka.routing | Akka |
|
| BroadcastRoutingLogic$ | | Class | akka.routing | Akka |
|
| ConsistentHash | Consistent Hashing node ring implementation. | Class | akka.routing | Akka |
|
| ConsistentHash$ | | Class | akka.routing | Akka |
|
| ConsistentHashingGroup | A router group that uses consistent hashing to select a routee based on the sent message. | Class | akka.routing | Akka |
|
| ConsistentHashingGroup$ | | Class | akka.routing | Akka |
|
| ConsistentHashingPool | A router pool that uses consistent hashing to select a routee based on the sent message. | Class | akka.routing | Akka |
|
| ConsistentHashingPool$ | | Class | akka.routing | Akka |
|
| ConsistentHashingRouter | | Class | akka.routing | Akka |
|
| ConsistentHashingRouter$ | | Class | akka.routing | Akka |
|
| ConsistentHashingRouter .ConsistentHashable | If you don't define the hashMapping when constructing the ConsistentHashingRouter | Interface | akka.routing.ConsistentHashingRouter | Akka |
|
| ConsistentHashingRouter .ConsistentHashableEnvelope | If you don't define the hashMapping when constructing the ConsistentHashingRouter | Class | akka.routing.ConsistentHashingRouter | Akka |
|
| ConsistentHashingRouter .ConsistentHashableEnvelope$ | | Class | akka.routing.ConsistentHashingRouter | Akka |
|
| ConsistentHashingRouter .ConsistentHashMapper | Mapping from message to the data to use for the consistent hash key. | Interface | akka.routing.ConsistentHashingRouter | Akka |
|
| ConsistentHashingRouter .emptyConsistentHashMapping$ | | Class | akka.routing.ConsistentHashingRouter | Akka |
|
| ConsistentHashingRoutingLogic | | Class | akka.routing | Akka |
|
| ConsistentHashingRoutingLogic$ | | Class | akka.routing | Akka |
|
| ConsistentRoutee | Important to use ActorRef with full address, with host and port, in the hash ring, so that same ring is produced on different nodes. | Class | akka.routing | Akka |
|
| ConsistentRoutee$ | | Class | akka.routing | Akka |
|
| CustomRouterConfig | If a custom router implementation is not a Group nor a Pool it may extend this base class. | Class | akka.routing | Akka |
|
| Deafen | | Class | akka.routing | Akka |
|
| Deafen$ | | Class | akka.routing | Akka |
|
| DefaultOptimalSizeExploringResizer | This resizer resizes the pool to an optimal size that provides the most message throughput. | Class | akka.routing | Akka |
|
| DefaultOptimalSizeExploringResizer$ | | Class | akka.routing | Akka |
|
| DefaultResizer | | Class | akka.routing | Akka |
|
| DefaultResizer$ | | Class | akka.routing | Akka |
|
| FromConfig | Java API: Router configuration which has no default, i. | Class | akka.routing | Akka |
|
| FromConfig$ | Router configuration which has no default, i. | Class | akka.routing | Akka |
|
| GetRoutees | Sending this message to a router will make it send back its currently used routees. | Class | akka.routing | Akka |
|
| GetRoutees$ | | Class | akka.routing | Akka |
|
| Group | RouterConfig for router actor with routee actors that are created external to the router and the router sends messages to the specified path using actor selection, | Interface | akka.routing | Akka |
|
| GroupBase | Java API: Base class for custom router GroupSee Also:Serialized Form | Class | akka.routing | Akka |
|
| Listen | | Class | akka.routing | Akka |
|
| Listen$ | | Class | akka.routing | Akka |
|
| Listeners | Listeners is a generic trait to implement listening capability on an Actor. | Interface | akka.routing | Akka |
|
| MurmurHash | An object designed to generate well-distributed non-cryptographic hashes. | Class | akka.routing | Akka |
|
| MurmurHash$ | An object designed to generate well-distributed non-cryptographic hashes. | Class | akka.routing | Akka |
|
| NoRoutee | Routee that doesn't send the message to any routee. | Class | akka.routing | Akka |
|
| NoRoutee$ | Routee that doesn't send the message to any routee. | Class | akka.routing | Akka |
|
| NoRouter | Routing configuration that indicates no routing; this is also the default value which hence overrides the merge strategy in order to accept values | Class | akka.routing | Akka |
|
| NoRouter$ | | Class | akka.routing | Akka |
|
| OptimalSizeExploringResizer | | Interface | akka.routing | Akka |
|
| OptimalSizeExploringResizer$ | | Class | akka.routing | Akka |
|
| OptimalSizeExploringResizer .ResizeRecord | | Class | akka.routing.OptimalSizeExploringResizer | Akka |
|
| OptimalSizeExploringResizer .ResizeRecord$ | | Class | akka.routing.OptimalSizeExploringResizer | Akka |
|
| OptimalSizeExploringResizer .UnderUtilizationStreak | | Class | akka.routing.OptimalSizeExploringResizer | Akka |
|
| OptimalSizeExploringResizer .UnderUtilizationStreak$ | | Class | akka.routing.OptimalSizeExploringResizer | Akka |
|
| Pool | RouterConfig for router actor that creates routees as child actors and removes them from the router if they terminate. | Interface | akka.routing | Akka |
|
| Pool$ | | Class | akka.routing | Akka |
|
| PoolBase | Java API: Base class for custom router PoolSee Also:Serialized Form | Class | akka.routing | Akka |
|
| PoolOverrideUnsetConfig | Used to override unset configuration in a router. | Interface | akka.routing | Akka |
|
| RandomGroup | A router group that randomly selects one of the target routees to send a message to. | Class | akka.routing | Akka |
|
| RandomGroup$ | | Class | akka.routing | Akka |
|
| RandomPool | A router pool that randomly selects one of the target routees to send a message to. | Class | akka.routing | Akka |
|
| RandomPool$ | | Class | akka.routing | Akka |
|
| RandomRoutingLogic | | Class | akka.routing | Akka |
|
| RandomRoutingLogic$ | | Class | akka.routing | Akka |
|
| RemoveRoutee | Remove a specific routee by sending this message to the router. | Class | akka.routing | Akka |
|
| RemoveRoutee$ | | Class | akka.routing | Akka |
|
| ResizablePoolActor | | Class | akka.routing | Akka |
|
| ResizablePoolActor$ | | Class | akka.routing | Akka |
|
| ResizablePoolActor .Resize$ | | Class | akka.routing.ResizablePoolActor | Akka |
|
| ResizablePoolCell | | Class | akka.routing | Akka |
|
| Resizer | | Interface | akka.routing | Akka |
|
| Resizer$ | | Class | akka.routing | Akka |
|
| ResizerInitializationException | | Class | akka.routing | Akka |
|
| RoundRobinGroup | A router group that uses round-robin to select a routee. | Class | akka.routing | Akka |
|
| RoundRobinGroup$ | | Class | akka.routing | Akka |
|
| RoundRobinPool | A router pool that uses round-robin to select a routee. | Class | akka.routing | Akka |
|
| RoundRobinPool$ | | Class | akka.routing | Akka |
|
| RoundRobinRoutingLogic | Uses round-robin to select a routee. | Class | akka.routing | Akka |
|
| RoundRobinRoutingLogic$ | | Class | akka.routing | Akka |
|
| RoutedActorCell | | Class | akka.routing | Akka |
|
| RoutedActorCell$ | | Class | akka.routing | Akka |
|
| RoutedActorCell .RouterActorCreator | | Class | akka.routing.RoutedActorCell | Akka |
|
| RoutedActorRef | A RoutedActorRef is an ActorRef that has a set of connected ActorRef and it uses a Router to send a message to one (or more) of these actors. | Class | akka.routing | Akka |
|
| Routee | Abstraction of a destination for messages routed via a Router. | Interface | akka.routing | Akka |
|
| Routees | Message used to carry information about what routees the router is currently using. | Class | akka.routing | Akka |
|
| Routees$ | | Class | akka.routing | Akka |
|
| Router | For each message that is sent through the router via the route(java. | Class | akka.routing | Akka |
|
| Router$ | | Class | akka.routing | Akka |
|
| RouterActor | | Class | akka.routing | Akka |
|
| RouterConfig | This trait represents a router factory: it produces the actual router actor and creates the routing table (a function which determines the recipients | Interface | akka.routing | Akka |
|
| RouterEnvelope | Only the contained message will be forwarded to the destination, i. | Interface | akka.routing | Akka |
|
| RouterPoolActor | | Class | akka.routing | Akka |
|
| RoutingLogic | The interface of the routing logic that is used in a Router to select destination routed messages. | Interface | akka.routing | Akka |
|
| ScatterGatherFirstCompletedGroup | A router group that broadcasts the message to all routees, and replies with the first response. | Class | akka.routing | Akka |
|
| ScatterGatherFirstCompletedGroup$ | | Class | akka.routing | Akka |
|
| ScatterGatherFirstCompletedPool | A router pool that broadcasts the message to all routees, and replies with the first response. | Class | akka.routing | Akka |
|
| ScatterGatherFirstCompletedPool$ | | Class | akka.routing | Akka |
|
| ScatterGatherFirstCompletedRoutees | | Class | akka.routing | Akka |
|
| ScatterGatherFirstCompletedRoutees$ | | Class | akka.routing | Akka |
|
| ScatterGatherFirstCompletedRoutingLogic | Broadcasts the message to all routees, and replies with the first response. | Class | akka.routing | Akka |
|
| ScatterGatherFirstCompletedRoutingLogic$ | | Class | akka.routing | Akka |
|
| SeveralRoutees | Routee that sends each message to all routees. | Class | akka.routing | Akka |
|
| SeveralRoutees$ | | Class | akka.routing | Akka |
|
| SmallestMailboxPool | A router pool that tries to send to the non-suspended routee with fewest messages in mailbox. | Class | akka.routing | Akka |
|
| SmallestMailboxPool$ | | Class | akka.routing | Akka |
|
| SmallestMailboxRoutingLogic | Tries to send to the non-suspended routee with fewest messages in mailbox. | Class | akka.routing | Akka |
|
| SmallestMailboxRoutingLogic$ | | Class | akka.routing | Akka |
|
| TailChoppingGroup | A router group with retry logic, intended for cases where a return message is expected in response to a message sent to the routee. | Class | akka.routing | Akka |
|
| TailChoppingGroup$ | | Class | akka.routing | Akka |
|
| TailChoppingPool | A router pool with retry logic, intended for cases where a return message is expected in response to a message sent to the routee. | Class | akka.routing | Akka |
|
| TailChoppingPool$ | | Class | akka.routing | Akka |
|
| TailChoppingRoutees | | Class | akka.routing | Akka |
|
| TailChoppingRoutees$ | | Class | akka.routing | Akka |
|
| TailChoppingRoutingLogic | As each message is sent to the router, the routees are randomly ordered. | Class | akka.routing | Akka |
|
| TailChoppingRoutingLogic$ | | Class | akka.routing | Akka |
|
| WithListeners | | Class | akka.routing | Akka |
|
| WithListeners$ | | Class | akka.routing | Akka |