FSharp Methods |
The FSharp type exposes the following members.
Name | Description | |
---|---|---|
spawnDelivererCommand, Event, State |
Spawns a guaranteed delivery actor. This actor can deliver messages using at-least-once delivery semantics.
| |
spawnPersistCommand, Event, State |
Spawns a persistent actor instance.
| |
spawnViewEvent, State |
Spawns a persistent view instance. Unlike actor's views are readonly versions of statefull, recoverable actors.
|