Akka.Routing Namespace
Classes
Class | Description | |
---|---|---|
![]() |
ActorRefRoutee | |
![]() |
ActorSelectionRoutee | |
![]() |
Broadcast | |
![]() |
BroadcastGroup | |
![]() |
BroadcastPool |
Class BroadcastPool.
|
![]() |
BroadcastRoutingLogic | |
![]() |
ConsistentHashableEnvelope | |
![]() |
ConsistentHashingGroup | |
![]() |
ConsistentHashingPool | |
![]() |
ConsistentHashingRoutingLogic | |
![]() |
Deafen | |
![]() |
DefaultResizer |
Implementation of [[Resizer]] that adjust the [[Pool]] based on specified thresholds.
|
![]() |
FromConfig | |
![]() |
GetRoutees |
Class GetRoutees. This class cannot be inherited.
|
![]() |
Group | |
![]() |
Listen | |
![]() |
ListenerMessage | |
![]() |
ListenerSupport |
Adds IListeners capabilities to a class, but has to be wired int manually into
the [ActorBase.OnReceive] method.
|
![]() |
NoRouter | |
![]() |
Pool | |
![]() |
RandomGroup |
Class RandomGroup.
|
![]() |
RandomLogic |
Class RandomLogic.
|
![]() |
RandomPool | |
![]() |
ResizablePoolActor | |
![]() |
ResizablePoolCell | |
![]() |
Resize | |
![]() |
Resizer |
[[Pool]] routers with dynamically resizable number of routees are implemented by providing a Resizer
implementation in the [[akka.routing.Pool]] configuration
|
![]() |
RoundRobinGroup |
A router group that uses round-robin to select a routee. For concurrent calls,
round robin is just a best effort.
The configuration parameter trumps the constructor arguments. This means that
if you provide `paths` during instantiation they will be ignored if
the router is defined in the configuration file for the actor being used.
|
![]() |
RoundRobinPool |
Class RoundRobinPool.
|
![]() |
RoundRobinRoutingLogic |
Class RoundRobinRoutingLogic.
|
![]() |
RoutedActorCell | |
![]() |
RoutedActorRef | |
![]() |
Routee | |
![]() |
Routees |
Class Routees. This class cannot be inherited.
|
![]() |
Router | |
![]() |
RouterActor | |
![]() |
RouterConfig | |
![]() |
RouterEnvelope | |
![]() |
RouterManagementMesssage |
Class RouterManagementMesssage.
|
![]() |
RouterMessage |
Class RouterMessage.
|
![]() |
RouterPoolActor |
Class RouterPoolActor.
|
![]() |
RoutingLogic | |
![]() |
ScatterGatherFirstCompletedGroup | |
![]() |
ScatterGatherFirstCompletedPool |
Class RoundRobinPool.
|
![]() |
ScatterGatherFirstCompletedRoutees | |
![]() |
ScatterGatherFirstCompletedRoutingLogic | |
![]() |
SeveralRoutees | |
![]() |
SmallestMailboxPool | |
![]() |
SmallestMailboxRoutingLogic | |
![]() |
WithListeners |
Interfaces
Interface | Description | |
---|---|---|
![]() |
ConsistentHashable | |
![]() |
IListeners |
IListeners is a genric interface to implement listening capabilities on an Actor.
.
|