![]() | Spawn Methods |
The Spawn type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | actorOf<Message, Returned> |
Wraps provided function with actor behavior.
It will be invoked each time, an actor will receive a message.
|
![]() ![]() | actorOf2<Message, Returned> |
Wraps provided function with actor behavior.
It will be invoked each time, an actor will receive a message.
|
![]() ![]() | applySpawnOptions | |
![]() ![]() | spawn<Message, Returned> |
Spawns an actor using specified actor computation expression.
The actor can only be used locally.
|
![]() ![]() | spawne<Message, Returned> |
Spawns an actor using specified actor computation expression, using an Expression AST.
The actor code can be deployed remotely.
|
![]() ![]() | spawnObj<a> |
Spawns an actor using specified actor quotation.
The actor can only be used locally.
|
![]() ![]() | spawnObjOpt<a> |
Spawns an actor using specified actor quotation, with custom spawn option settings.
The actor can only be used locally.
|
![]() ![]() | spawnOpt<Message, Returned> |
Spawns an actor using specified actor computation expression, with custom spawn option settings.
The actor can only be used locally.
|