NETCONF-656 Use RFC7895/RFC8525 for schema monitoring
[netconf.git] / netconf / netconf-notifications-api / src / main / java / org / opendaylight / netconf / notifications / NetconfNotificationCollector.java
index 34a80b391c7dd71ad4567886ec131e0119b48e3c..27bbdfd179b6c5ae1d609659b22d6d6c208eb4b3 100644 (file)
@@ -32,6 +32,11 @@ public interface NetconfNotificationCollector {
      */
     BaseNotificationPublisherRegistration registerBaseNotificationPublisher();
 
+    /**
+     * Register yang-library publisher.
+     */
+    YangLibraryPublisherRegistration registerYangLibraryPublisher();
+
     /**
      * Users of the registry have an option to get notification each time new notification stream gets registered
      * This allows for a push model in addition to pull model for retrieving information about available streams.