Nexus API Reference

ReceiveTimeout
in package
implements Signal

Read onlyYes
FinalYes

Lifecycle signal delivered to an actor when no user message has arrived within the duration configured via ActorContext::setReceiveTimeout().

Handle via behavior->onSignal(...). Typical use: return Behavior::stopped() to passivate. The actor's PostStop handler runs as normal — release any resources there.

Tags
psalm-api
psalm-immutable

Table of Contents

Interfaces

Signal
Marker interface for actor lifecycle signals.

Properties

$configured  : Duration

Methods

__construct()  : mixed

Properties

Methods


        
On this page

Search results