-
Notifications
You must be signed in to change notification settings - Fork 44
Akkling.IO
Bartosz Sypytkowski edited this page Dec 18, 2015
·
2 revisions
In order to work with Akka.NET I/O extensions with more F#-idiomatic way, you may use Akkling.IO module. It offers set of messages and active patterns useful, when communication with I/O sockets from within an actor. See example.
- Introduction
- Bootstrapping actor system
- Creating an actor
- Static type safety
- Effects
- Managing actor's lifecycle
- Supervision strategies
- Event bus
- Logging
- Socket I/O
- Persistence
- Cluster sharding