Akka.FSharp Namespace |
Class | Description | |
---|---|---|
Actors | ||
ActorsActor | ||
ActorsActorBuilder |
The builder for actor computation expression.
| |
ActorsContIn, Out |
Gives access to the next message throu let! binding in actor computation expression.
| |
ActorsContIn, OutFunc | ||
ActorsContIn, OutReturn | ||
ActorsContIn, OutTags | ||
ActorsFunActorMessage, Returned | ||
ActorsIOT | ||
Configuration | ||
EventStreaming | ||
ExprDecider | ||
ExprDeciderSurrogate | ||
Inbox | ||
Linq | ||
LinqExpression | ||
Logging | ||
Serialization | ||
SerializationExprSerializer | ||
Spawn | ||
SpawnSpawnOption | ||
SpawnSpawnOptionDeploy | ||
SpawnSpawnOptionDispatcher | ||
SpawnSpawnOptionMailbox | ||
SpawnSpawnOptionRouter | ||
SpawnSpawnOptionSupervisorStrategy | ||
SpawnSpawnOptionTags | ||
Strategy | ||
System | ||
Watchers |
Interface | Description | |
---|---|---|
ActorsActorMessage |
Exposes an Akka.NET actor APi accessible from inside of F# continuations -> [Cont{'In, 'Out}] |