get

open suspend override fun get(clazz: AnyActorClass, address: Address): ActorRef

Retrieves an actor reference for the specified actor class and address.

Return

An ActorRef representing either a local or cluster-based reference to the actor.

Parameters

clazz

The class of the actor to be retrieved.

address

The unique address identifying the actor within the system.