All Implemented Interfaces:
Actor, Stash, StashFactory, StashSupport, UnrestrictedStash, RequiresMessageQueue<DequeBasedMessageQueueSemantics>, AbstractPersistentActorLike, Eventsourced, PersistenceIdentity, PersistenceRecovery, PersistenceStash, Snapshotter, ExecuteInSelfActor

public class RpcRegistry extends BucketStoreActor<RoutingTable>
Registry to look up cluster nodes that have registered for a given RPC.

It uses BucketStoreActor to maintain this cluster-wide information.