Spawn Class |
[Missing <summary> documentation for "T:Akka.FSharp.Spawn"]
Namespace: Akka.FSharp
The Spawn type exposes the following members.
Name | Description | |
---|---|---|
actorOfMessage, Returned |
Wraps provided function with actor behavior.
It will be invoked each time, an actor will receive a message.
| |
actorOf2Message, Returned |
Wraps provided function with actor behavior.
It will be invoked each time, an actor will receive a message.
| |
applySpawnOptions | ||
spawnMessage, Returned |
Spawns an actor using specified actor computation expression.
The actor can only be used locally.
| |
spawneMessage, Returned |
Spawns an actor using specified actor computation expression, using an Expression AST.
The actor code can be deployed remotely.
| |
spawnObja |
Spawns an actor using specified actor quotation.
The actor can only be used locally.
| |
spawnObjOpta |
Spawns an actor using specified actor quotation, with custom spawn option settings.
The actor can only be used locally.
| |
spawnOptMessage, Returned |
Spawns an actor using specified actor computation expression, with custom spawn option settings.
The actor can only be used locally.
|