Interface SchemaSourceRegistration<T extends org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation>
-
- All Superinterfaces:
AutoCloseable,org.opendaylight.yangtools.concepts.ObjectRegistration<PotentialSchemaSource<T>>,org.opendaylight.yangtools.concepts.Registration
- All Known Implementing Classes:
AbstractSchemaSourceRegistration
@Beta public interface SchemaSourceRegistration<T extends org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation> extends org.opendaylight.yangtools.concepts.ObjectRegistration<PotentialSchemaSource<T>>
Registration of a schema source.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()
-
-
-
Method Detail
-
close
void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceorg.opendaylight.yangtools.concepts.Registration
-
-