Nexus API Reference

Actor

Table of Contents

Namespaces

Attribute
Functions

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.
BackpressureCapable
An ActorRef whose sends can report mailbox admission.
StashBuffer
StatefulActorHandler
TimerScheduler
UntracedMessage

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
Props
Immutable spawn configuration for an actor.
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.

Enums

ActorState
On this page

Search results