-
Notifications
You must be signed in to change notification settings - Fork 77
Home
Yevhen Bobrov edited this page Jul 23, 2016
·
19 revisions
Introduction
General
- Terminology, Concepts
- What is an Actor?
- What is a Message?
- Language Bindings
- Actor System
Actors
- Actor References and Paths
- Developing an actor
- Injecting dependencies
- Receive handler
- Dispatching messages
- Handler naming conventions
- Lifecycle events
- Placement within a cluster
- Timers
- Reminders
- Reentrant messages
- Controlling activation lifetime
- Keep alive timeout
- Typed Actors
- Autorun
- Sticky actors
Observers
- When to use
- Observer References
- Managing subscriptions
- Example
Streams
- Stream References and Paths
- Subscribing to stream
- Declarative stream subscriptions
- Stream filters
Cluster
- Running code during the boot
- Getting reference to cluster actor system
Configuration
- Client/Server
- Managing disconnects
- Embedded
- Playground
Deployment
- Azure Cloud Services
- YAMS (Cloud Services)
- On-Premise
- Service Fabric
Advanced
- Optimize deep-copying with Immutable
- Dependency injection
Low-level api:
- Endpoint configuration
- Custom registration hooks
- Creating custom binding
Utility
- Dispatcher (C#)
- Command-Query DSL
- TaskResult
Unit testing with TestKit
- Getting Started
- Mocks
- Setting expectations
- Building custom DSLs
Information for Orleankka Developers
- Bulding Orleankka
- Developer Guidelines
- Pull Requests
Project Information
- Migration Guides
- Issue Tracking
- License
Additional Information
- FAQ
- Videos
- Who is using