Nexus API Reference

FromActorResolver
in package
implements ParamResolver

Read onlyYes
FinalYes
Tags
psalm-api

Recognises #[FromActor('name')] and resolves to either the singleton ActorRef or a per-request actor spawned via PerRequestActorScope. Throws if the actor name is unknown, or if a per-request actor appears in a constructor scope (the constructor runs once at boot; per-request actors live for one request).

Table of Contents

Interfaces

ParamResolver

Methods

compile()  : ParamMetadata|null
resolve()  : mixed

Methods


        
On this page

Search results