![]() | FSharp Methods |
The FSharp type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | spawnDeliverer<Command, Event, State> |
Spawns a guaranteed delivery actor. This actor can deliver messages using at-least-once delivery semantics.
|
![]() ![]() | spawnPersist<Command, Event, State> |
Spawns a persistent actor instance.
|
![]() ![]() | spawnView<Event, State> |
Spawns a persistent view instance. Unlike actor's views are readonly versions of statefull, recoverable actors.
|