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, without watching for termination.
Attributes
- Source
- RouterConfig.scala
- Graph
-
- Supertypes
- Known subtypes
-
class BroadcastGroupclass ConsistentHashingGroupclass GroupBaseclass RandomGroupclass RoundRobinGroupclass TailChoppingGroupShow all
Members list
Value members
Abstract methods
Attributes
- Source
- RouterConfig.scala
Concrete methods
pekko.actor.Props for a group router based on the settings defined by this instance.
pekko.actor.Props for a group router based on the settings defined by this instance.
Attributes
- Source
- RouterConfig.scala
Inherited methods
Is the message handled by the router head actor or the routingLogicController actor.
Is the message handled by the router head actor or the routingLogicController actor.
Attributes
- Inherited from:
- RouterConfig
- Source
- RouterConfig.scala
Possibility to define an actor for controlling the routing logic from external stimuli (e.g. monitoring metrics). This actor will be a child of the router "head" actor. Management messages not handled by the "head" actor are delegated to this controller actor.
Possibility to define an actor for controlling the routing logic from external stimuli (e.g. monitoring metrics). This actor will be a child of the router "head" actor. Management messages not handled by the "head" actor are delegated to this controller actor.
Attributes
- Inherited from:
- RouterConfig
- Source
- RouterConfig.scala
Specify that this router should stop itself when all routees have terminated (been removed). By Default it is true, unless a resizer is used.
Specify that this router should stop itself when all routees have terminated (been removed). By Default it is true, unless a resizer is used.
Attributes
- Inherited from:
- RouterConfig
- Source
- RouterConfig.scala
Check that everything is there which is needed. Called in constructor of RoutedActorRef to fail early.
Check that everything is there which is needed. Called in constructor of RoutedActorRef to fail early.
Attributes
- Inherited from:
- RouterConfig
- Source
- RouterConfig.scala
Overridable merge strategy, by default completely prefers this (i.e. no merge).
Overridable merge strategy, by default completely prefers this (i.e. no merge).
Attributes
- Inherited from:
- RouterConfig
- Source
- RouterConfig.scala
Inherited and Abstract methods
Create the actual router, responsible for routing messages to routees.
Create the actual router, responsible for routing messages to routees.
Value parameters
- system
-
the ActorSystem this router belongs to
Attributes
- Inherited from:
- RouterConfig
- Source
- RouterConfig.scala
Dispatcher ID to use for running the “head” actor, which handles supervision, death watch and router management messages
Dispatcher ID to use for running the “head” actor, which handles supervision, death watch and router management messages
Attributes
- Inherited from:
- RouterConfig
- Source
- RouterConfig.scala