Interface SchemaSourceRegistration<T extends org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation>
- All Superinterfaces:
AutoCloseable,ObjectRegistration<PotentialSchemaSource<T>>,Registration
- All Known Implementing Classes:
AbstractSchemaSourceRegistration
@Beta
public interface SchemaSourceRegistration<T extends org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation>
extends ObjectRegistration<PotentialSchemaSource<T>>
Registration of a schema source.
-
Method Summary
Methods inherited from interface org.opendaylight.yangtools.concepts.ObjectRegistration
getInstance
-
Method Details
-
close
void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceRegistration
-