Nexus API Reference

ActorSpawner

Minimal interface for spawning named actors.

Allows EntityRefFactory to be tested without depending on the final ActorSystem class.

Tags
psalm-api

Table of Contents

Methods

spawn()  : ActorRef<string|int, T>

Methods

spawn()

public spawn(Props<string|int, T$props, string $name) : ActorRef<string|int, T>
Parameters
$props : Props<string|int, T>
$name : string
Tags
template
Return values
ActorRef<string|int, T>
On this page

Search results