BUG 2676 : Use notification-dispatcher for DataChangeListener actors
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / utils / ActorContext.java
index 507d2389b1547a0b7f861e881516fd04d62cad35..26e6318f6d4d14aa5944a909696bbaa8b5f7f207 100644 (file)
@@ -527,4 +527,8 @@ public class ActorContext {
         return this.dispatchers.getDispatcher(Dispatchers.DispatcherType.Client);
     }
 
         return this.dispatchers.getDispatcher(Dispatchers.DispatcherType.Client);
     }
 
+    public String getNotificationDispatcherPath(){
+        return this.dispatchers.getDispatcherPath(Dispatchers.DispatcherType.Notification);
+    }
+
 }
 }