Class YangLibraryWriter

  • All Implemented Interfaces:
    AutoCloseable, EventListener, org.opendaylight.yangtools.yang.model.api.EffectiveModelContextListener

    @Singleton
    public class YangLibraryWriter
    extends Object
    implements org.opendaylight.yangtools.yang.model.api.EffectiveModelContextListener, AutoCloseable
    Listens for updates on global schema context, transforms context to ietf-yang-library/yang-library and writes this state to operational data store.
    • Constructor Detail

      • YangLibraryWriter

        @Inject
        public YangLibraryWriter​(org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService,
                                 org.opendaylight.mdsal.binding.api.DataBroker dataBroker)