Uses of Interface
com.orchestranetworks.module.ModuleContextOnRepositoryStartup
-
Packages that use ModuleContextOnRepositoryStartup Package Description com.orchestranetworks.module This package allows to handle module registration. -
-
Uses of ModuleContextOnRepositoryStartup in com.orchestranetworks.module
Methods in com.orchestranetworks.module with parameters of type ModuleContextOnRepositoryStartup Modifier and Type Method Description default voidModuleRegistration. handleRepositoryStartup(ModuleContextOnRepositoryStartup aContext)Override this method to register module-specific resources and performs module-specific initializations that require the repository.
-