- All Implemented Interfaces:
- akka.actor.Actor, org.opendaylight.controller.cluster.common.actor.ExecuteInSelfActor
- Direct Known Subclasses:
- ShardDataChangePublisherActor, ShardDataTreeChangePublisherActor
public class ShardDataTreeNotificationPublisherActor<T extends org.opendaylight.controller.cluster.datastore.ShardDataTreeNotificationPublisher>
extends org.opendaylight.controller.cluster.common.actor.AbstractUntypedActor
Actor used to generate and publish data tree notifications. This is used to offload the potentially
expensive notification generation from the Shard actor.
- Author:
- Thomas Pantelis