Class AbstractClientActor
java.lang.Object
org.apache.pekko.actor.AbstractActor
org.opendaylight.controller.cluster.access.client.AbstractClientActor
- All Implemented Interfaces:
Actor
- Direct Known Subclasses:
AbstractDataStoreClientActor
Frontend actor which takes care of persisting generations and creates an appropriate
ClientIdentifier.-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.pekko.actor.AbstractActor
AbstractActor.ActorContext, AbstractActor.ReceiveNested classes/interfaces inherited from interface org.apache.pekko.actor.Actor
Actor.emptyBehavior$, Actor.ignoringBehavior$ -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractClientActor(FrontendIdentifier frontendId) Default constructor. -
Method Summary
Modifier and TypeMethodDescriptionfinal AbstractActor.Receiveprotected abstract ClientActorConfigprotected abstract ClientActorBehavior<?> initialBehavior(ClientActorContext context) final voidpostStop()final voidpreStart()Methods inherited from class org.apache.pekko.actor.AbstractActor
context, emptyBehavior, getContext, getSelf, getSender, org$apache$pekko$actor$Actor$_setter_$context_$eq, org$apache$pekko$actor$Actor$_setter_$self_$eq, postRestart, preRestart, preRestart, receive, receiveBuilder, self, supervisorStrategyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.actor.Actor
aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, sender, unhandled
-
Constructor Details
-
AbstractClientActor
Default constructor.- Parameters:
frontendId- theFrontendIdentifier
-
-
Method Details
-
preStart
- Specified by:
preStartin interfaceActor- Overrides:
preStartin classAbstractActor- Throws:
Exception
-
postStop
public final void postStop()- Specified by:
postStopin interfaceActor- Overrides:
postStopin classAbstractActor
-
createReceive
- Specified by:
createReceivein classAbstractActor
-
initialBehavior
-
getClientActorConfig
-