Nexus API Reference

ResolvedActorTable
in package

Read onlyYes
FinalYes
Tags
psalm-api

Compiled actor lookup table built by HttpApp::compile(). Caches resolved refs for pool-singleton + worker-local modes; provides a factory shape for per-request actors.

Table of Contents

Methods

build()  : self
hasAny()  : bool
isPerRequest()  : bool
perRequestEntries()  : array<string, ActorRegistrationEntry>
resolve()  : ActorRef<string|int, object>

Methods

hasAny()

public hasAny(string $name) : bool
Parameters
$name : string
Return values
bool

isPerRequest()

public isPerRequest(string $name) : bool
Parameters
$name : string
Return values
bool

        
On this page

Search results