Class SeveralRoutees
INTERNAL API
Inherited Members
Namespace: Akka.Routing
Assembly: Akka.dll
Syntax
public class SeveralRoutees : Routee
Constructors
| Improve this Doc View SourceSeveralRoutees(Routee[])
Declaration
public SeveralRoutees(Routee[] routees)
Parameters
Type | Name | Description |
---|---|---|
Routee[] | routees |
Methods
| Improve this Doc View SourceSend(Object, IActorRef)
Send a message to the routee.
Declaration
public override void Send(object message, IActorRef sender)
Parameters
Type | Name | Description |
---|---|---|
Object | message | The message to send. |
IActorRef | sender | The sender, if any. |