Method | Description | |
---|---|---|
Attach ( |
Attaches the dispatcher to the ActorCell
|
|
Detach ( |
Detaches the dispatcher to the ActorCell
|
|
Dispatch ( |
Dispatches a user-defined message from a mailbox to an ActorCell
|
|
Schedule ( System.Action run ) : void |
Schedules the specified run.
|
|
SystemDispatch ( |
Dispatches a ISystemMessage from a mailbox to an ActorCell
|
Method | Description | |
---|---|---|
MessageDispatcher ( |
Initializes a new instance of the MessageDispatcher class.
|
public Attach ( |
||
cell | The ActorCell belonging to the actor who's attaching to this dispatcher. | |
return | void |
public Detach ( |
||
cell | The ActorCell belonging to the actor who's detaching from this dispatcher. | |
return | void |
public Dispatch ( |
||
cell | ||
envelope | ||
return | void |
protected MessageDispatcher ( |
||
configurator | ||
return | System |
public abstract Schedule ( System.Action run ) : void | ||
run | System.Action | The run. |
return | void |
public SystemDispatch ( |
||
cell | ||
envelope | ||
return | void |