Actor
Table of Contents
Namespaces
Interfaces
- ActorContext
- Runtime context injected into every actor handler invocation.
- ActorHandler
- ActorPathContract
- Common contract for local and remote actor paths.
- ActorRef
- Type-safe reference to an actor — the only handle user code holds.
- StashBuffer
- StatefulActorHandler
- TimerScheduler
Classes
- AbstractActor
- ActorCell
- ActorPath
- ActorSystem
- Top-level container and entry point for spawning actors and driving the event loop.
- Behavior
- Immutable behavior definition — the heart of every actor.
- BehaviorWithState
- Result type returned from a stateful actor handler.
- DeadLetterRef
- DefaultStashBuffer
- DefaultTimerScheduler
- EmptyBehavior
- Immutable behavior definition — the heart of every actor.
- FutureRef
- LocalActorPath
- Explicit local actor path wrapper.
- LocalActorRef
- NullDispatcher
- ReceiveBehavior
- Immutable behavior definition — the heart of every actor.
- RemoteActorPath
- Remote actor path with explicit cluster address plus local actor path.
- SameBehavior
- Immutable behavior definition — the heart of every actor.
- SetupBehavior
- Immutable behavior definition — the heart of every actor.
- StoppedBehavior
- Immutable behavior definition — the heart of every actor.
- SupervisedBehavior
- Immutable behavior definition — the heart of every actor.
- TaskContext
- UnhandledBehavior
- Immutable behavior definition — the heart of every actor.
- UnstashAllBehavior
- Immutable behavior definition — the heart of every actor.
- WithStashBehavior
- Immutable behavior definition — the heart of every actor.
- WithStateBehavior
- Immutable behavior definition — the heart of every actor.
- WithTimersBehavior
- Immutable behavior definition — the heart of every actor.