Class ActionRegistry

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

public class ActionRegistry extends BucketStoreActor<ActionRoutingTable>
Registry to look up cluster nodes that have registered for a given Action.

It uses BucketStoreActor to maintain this cluster-wide information.