Class BroadcastRoutingLogic
Implements
Inherited Members
Namespace: Akka.Routing
Assembly: Akka.dll
Syntax
public sealed class BroadcastRoutingLogic : RoutingLogic, INoSerializationVerificationNeeded
Methods
| Edit this page View SourceSelect(object, Routee[])
Picks all the routees in routees to receive the message.
Declaration
public override Routee Select(object message, Routee[] routees)
Parameters
| Type | Name | Description |
|---|---|---|
| object | message | The message that is being routed. |
| Routee[] | routees | A collection of routees that receives the |
Returns
| Type | Description |
|---|---|
| Routee | A Routee that contains all the given |
Edit this page