Package io.lighty.core.controller.api
Interface LightyModuleRegistryService
- All Known Subinterfaces:
LightyServices
- All Known Implementing Classes:
LightyControllerImpl
public interface LightyModuleRegistryService
Yang module registration service for global schema context.
- Author:
- juraj.veverka
-
Method Summary
Modifier and TypeMethodDescriptionList<org.opendaylight.yangtools.concepts.Registration> registerModuleInfos(Iterable<? extends org.opendaylight.yangtools.binding.meta.YangModuleInfo> yangModuleInfos) Register instances of Yang modules into global schema context.
-
Method Details
-
registerModuleInfos
List<org.opendaylight.yangtools.concepts.Registration> registerModuleInfos(Iterable<? extends org.opendaylight.yangtools.binding.meta.YangModuleInfo> yangModuleInfos) Register instances of Yang modules into global schema context.- Parameters:
yangModuleInfos- modules to register- Returns:
- list of registrations
-