Actors
Dependency
To use Akka Actors, you must add the following dependency in your project:
- Actors
- Dependency
- Introduction
- Creating Actors
- Actor API
- Identifying Actors via Actor Selection
- Messages and immutability
- Send messages
- Receive messages
- Reply to messages
- Receive timeout
- Timers, scheduled messages
- Stopping actors
- Become/Unbecome
- Stash
- Actors and exceptions
- Extending Actors using PartialFunction chaining
- Initialization patterns
- Persistence
- Dependency
- Sample project
- Introduction
- Architecture
- Event sourcing
- Snapshots
- Scaling out
- At-Least-Once Delivery
- Event Adapters
- Storage plugins
- Pre-packaged plugins
- Custom serialization
- Testing
- Configuration
- Multiple persistence plugin configurations
- Give persistence plugin configurations at runtime
- See also