Interface SchemaSourceRegistry

  • All Known Implementing Classes:
    AbstractSchemaRepository

    @Beta
    public interface SchemaSourceRegistry
    Registry of all potentially available schema sources. Processes capable of dynamic schema discovery, such as OSGi registry scanners, NETCONF clients (with NETCONF monitoring extension) and similar can register SchemaSourceProvider instances which would then acquire the schema source.
    • Method Detail

      • registerSchemaSourceListener

        SchemaListenerRegistration registerSchemaSourceListener​(SchemaSourceListener listener)
        Register a schema source listener. The listener will be notified as new sources and their representations become available, subject to the provided filter.
        Parameters:
        listener - Schema source listener
        Returns:
        A registration handle. Invoking ListenerRegistration.close() will cancel the registration.