Class ShardDataTreeChangePublisherActor
java.lang.Object
org.apache.pekko.actor.AbstractActor
org.opendaylight.controller.cluster.common.actor.AbstractUntypedActor
org.opendaylight.controller.cluster.datastore.ShardDataTreeNotificationPublisherActor<org.opendaylight.controller.cluster.datastore.DefaultShardDataTreeChangeListenerPublisher>
org.opendaylight.controller.cluster.datastore.ShardDataTreeChangePublisherActor
- All Implemented Interfaces:
org.apache.pekko.actor.Actor
,ExecuteInSelfActor
public final class ShardDataTreeChangePublisherActor
extends ShardDataTreeNotificationPublisherActor<org.opendaylight.controller.cluster.datastore.DefaultShardDataTreeChangeListenerPublisher>
Actor used to generate and publish DataTreeChange notifications.
- Author:
- Thomas Pantelis
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.pekko.actor.AbstractActor
org.apache.pekko.actor.AbstractActor.ActorContext, org.apache.pekko.actor.AbstractActor.Receive
Nested classes/interfaces inherited from interface org.apache.pekko.actor.Actor
org.apache.pekko.actor.Actor.emptyBehavior$, org.apache.pekko.actor.Actor.ignoringBehavior$
-
Field Summary
Fields inherited from class org.opendaylight.controller.cluster.common.actor.AbstractUntypedActor
LOG
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
handleReceive
(Object message) Receive and handle an incoming message.Methods inherited from class org.opendaylight.controller.cluster.datastore.ShardDataTreeNotificationPublisherActor
logContext, publisher
Methods inherited from class org.opendaylight.controller.cluster.common.actor.AbstractUntypedActor
createReceive, executeInSelf, getContext, ignoreMessage, isValidSender, unknownMessage
Methods inherited from class org.apache.pekko.actor.AbstractActor
aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, emptyBehavior, getSelf, getSender, org$apache$pekko$actor$Actor$_setter_$context_$eq, org$apache$pekko$actor$Actor$_setter_$self_$eq, postRestart, postStop, preRestart, preRestart, preStart, receive, receiveBuilder, self, sender, supervisorStrategy, unhandled
-
Method Details
-
handleReceive
Description copied from class:AbstractUntypedActor
Receive and handle an incoming message. If the implementation does not handle this particular message, it should callAbstractUntypedActor.ignoreMessage(Object)
orAbstractUntypedActor.unknownMessage(Object)
.- Overrides:
handleReceive
in classShardDataTreeNotificationPublisherActor<org.opendaylight.controller.cluster.datastore.DefaultShardDataTreeChangeListenerPublisher>
- Parameters:
message
- the incoming message
-