Actors
- Interaction Patterns
- Dependency
- Introduction
- Fire and Forget
- Request-Response
- Adapted Response
- Request-Response with ask between two actors
- Request-Response with ask from outside an Actor
- Generic response wrapper
- Ignoring replies
- Send Future result to self
- Per session child Actor
- General purpose response aggregator
- Latency tail chopping
- Scheduling messages to self
- Responding to a sharded actor
- Learning Akka Typed from Classic
- Dependencies
- Package names
- Actor definition
- actorOf and Props
- ActorRef
- ActorSystem
- become
- sender
- parent
- Supervision
- Lifecycle hooks
- watch
- Stopping
- ActorSelection
- ask
- pipeTo
- ActorContext
- ActorContext.children
- Remote deployment
- Routers
- FSM
- Timers
- Stash
- PersistentActor
- Asynchronous Testing
- Synchronous Testing