-
Notifications
You must be signed in to change notification settings - Fork 77
Home
Yevhen Bobrov edited this page Oct 20, 2017
·
19 revisions
Introduction
Comparison with Orleans
General
Actors
- Actor References and Paths
- Developing an actor
- Injecting dependencies
- Receive handler
- Handling messages
- Actor lifecycle
- Placement within a cluster
- Timers
- Reminders
- Reentrant messages
- Controlling activation lifetime
- Keep alive timeout
- Typed actors
- Autorun
- Stickyness
- Workers
- Switchable behaviors with finite state machines
Observers
Streams
- Stream References and Paths
- Subscribing to stream
- Declarative stream subscriptions
- Stream filters
- Example
Interceptors:
Cluster
- Running code during the boot
- Getting reference to cluster actor system
- Initializing from Orleans configuration xml
Configuration
Deployment
Unit testing with TestKit
Utility
Information for Orleankka Developers
Project Information
Additional Information