Class AbstractClientActor

java.lang.Object
org.apache.pekko.actor.AbstractActor
org.apache.pekko.persistence.AbstractPersistentActor
org.opendaylight.controller.cluster.access.client.AbstractClientActor
All Implemented Interfaces:
Actor, Stash, StashFactory, StashSupport, UnrestrictedStash, RequiresMessageQueue<DequeBasedMessageQueueSemantics>, AbstractPersistentActorLike, Eventsourced, PersistenceIdentity, PersistenceRecovery, PersistenceStash, Snapshotter
Direct Known Subclasses:
AbstractDataStoreClientActor

public abstract class AbstractClientActor extends AbstractPersistentActor
Frontend actor which takes care of persisting generations and creates an appropriate ClientIdentifier.