Nexus API Reference

ResolverServices
in package

Read onlyYes
FinalYes
Tags
psalm-api

The bag of services every InvocationContext carries. Resolvers reach into this for the container, the message serializer, and the actor table. Symmetric across HTTP and WebSocket call sites — WS handlers can use #[FromActor] / #[FromService] / a hypothetical #[FromFrame] just like HTTP handlers.

Table of Contents

Properties

$actors  : ResolvedActorTable|null
$container  : ContainerInterface|null
$serializer  : MessageSerializer|null

Methods

__construct()  : mixed

Properties

Methods


        
On this page

Search results