Class DataTreeNotificationListenerRegistrationActor
- java.lang.Object
-
- akka.actor.AbstractActor
-
- org.opendaylight.controller.cluster.common.actor.AbstractUntypedActor
-
- org.opendaylight.controller.cluster.datastore.actors.DataTreeNotificationListenerRegistrationActor
-
- All Implemented Interfaces:
akka.actor.Actor,org.opendaylight.controller.cluster.common.actor.ExecuteInSelfActor
public final class DataTreeNotificationListenerRegistrationActor extends org.opendaylight.controller.cluster.common.actor.AbstractUntypedActorActor co-located with a shard. It exists only to terminate the registration when asked to do so viaCloseDataTreeNotificationListenerRegistration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataTreeNotificationListenerRegistrationActor.SetRegistration
-
Constructor Summary
Constructors Constructor Description DataTreeNotificationListenerRegistrationActor()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidhandleReceive(Object message)static akka.actor.Propsprops()-
Methods inherited from class org.opendaylight.controller.cluster.common.actor.AbstractUntypedActor
createReceive, executeInSelf, ignoreMessage, isValidSender, unknownMessage
-
Methods inherited from class akka.actor.AbstractActor
akka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, emptyBehavior, getContext, getSelf, getSender, postRestart, postStop, preRestart, preRestart, preStart, receive, receiveBuilder, self, sender, supervisorStrategy, unhandled
-
-
-
-
Method Detail
-
handleReceive
protected void handleReceive(Object message)
- Specified by:
handleReceivein classorg.opendaylight.controller.cluster.common.actor.AbstractUntypedActor
-
props
public static akka.actor.Props props()
-
-