ClusterActorRegistry
A specialized actor registry that integrates with cluster-based implementations for managing distributed actors.
This class extends the functionality of a base actor registry by adding support for cluster-specific features such as actor lookups, registration, and references within a distributed system. It uses a cluster implementation to communicate and interact with actors that may not reside in the local process but are part of the distributed cluster.
Parameters
The factory used for creating loggers to facilitate structured logging for the registry.
Constructors
Functions
Registers the actor class with the provided factory and returns the updated actor registry.
Retrieves an actor reference for the specified actor class and address.
Registers the given cluster implementation with the actor registry.