Interface RemoteYangTextSourceProvider
- All Known Implementing Classes:
RemoteYangTextSourceProviderImpl
A remote yang text source provider provides serializable yang text sources.
-
Method Summary
Modifier and TypeMethodDescriptionscala.concurrent.Future<Set<SourceIdentifier>>
scala.concurrent.Future<YangTextSchemaSourceSerializationProxy>
getYangTextSchemaSource
(@NonNull SourceIdentifier identifier)
-
Method Details
-
getProvidedSources
scala.concurrent.Future<Set<SourceIdentifier>> getProvidedSources() -
getYangTextSchemaSource
scala.concurrent.Future<YangTextSchemaSourceSerializationProxy> getYangTextSchemaSource(@NonNull SourceIdentifier identifier)
-