getServiceFor

Retrieves the RPC send service associated with a given address.

The method determines the appropriate service by computing the hash of the address key and using it to shard across the available nodes in the cluster.

Return

The corresponding RpcSendService if a matching service is found, or null if no service exists for the given address.

Parameters

address

The address used to locate the associated RPC send service. It contains the unique key and name identifying the actor within the system.