Nexus API Reference

ActorRegistry
in package

FinalYes
Tags
psalm-api

Mutable boot-time table of actor declarations. Frozen at HttpApp::compile() into a list of ActorRegistrationEntry that feed ResolvedActorTable.

Table of Contents

Methods

freeze()  : array<int, ActorRegistrationEntry>
has()  : bool
register()  : ActorRegistration

Methods

has()

public has(string $name) : bool
Parameters
$name : string
Return values
bool
On this page

Search results