Interface YangLibraryNotificationListener

  • All Known Subinterfaces:
    YangLibraryPublisherRegistration

    public interface YangLibraryNotificationListener
    Listener for "yang-library-change" notification defined in https://tools.ietf.org/html/rfc8525. This listener uses generated classes from yang model defined in RFC7895.
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      void onYangLibraryChange​(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.library.rev190104.YangLibraryChange yangLibraryChange)
      Deprecated, for removal: This API element is subject to removal in a future version.
      ietf-yang-library:yang-library-change was deprecated in the RFC8525.
      void onYangLibraryUpdate​(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.library.rev190104.YangLibraryUpdate yangLibraryUpdate)
      Callback generated when any YANG library information on the server has changed.
    • Method Detail

      • onYangLibraryChange

        @Deprecated(forRemoval=true)
        void onYangLibraryChange​(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.library.rev190104.YangLibraryChange yangLibraryChange)
        Deprecated, for removal: This API element is subject to removal in a future version.
        ietf-yang-library:yang-library-change was deprecated in the RFC8525. Use onYangLibraryUpdate(YangLibraryUpdate).
        Callback used to notify about a change in the set of modules and submodules supported by the server.
      • onYangLibraryUpdate

        void onYangLibraryUpdate​(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.library.rev190104.YangLibraryUpdate yangLibraryUpdate)
        Callback generated when any YANG library information on the server has changed.