Module io.helidon.service.registry
Package io.helidon.service.registry
Class RegistryStartupProvider
java.lang.Object
io.helidon.service.registry.RegistryStartupProvider
- All Implemented Interfaces:
- HelidonStartupProvider
ServiceLoader implementation of a Helidon startup provider for Helidon Service Registry based
 applications.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidregisterShutdownHandler(ServiceRegistryManager registryManager) Register a shutdown handler.voidStart the runtime.
- 
Constructor Details- 
RegistryStartupProviderDeprecated.please do not use directlyDefault constructor required byServiceLoader.
 
- 
- 
Method Details- 
registerShutdownHandlerRegister a shutdown handler. The handler is registered, and never de-registered. This method should only be used by main classes of applications. If a custom shutdown is desired, please useMain.addShutdownHandler(io.helidon.spi.HelidonShutdownHandler)directly.- Parameters:
- registryManager- registry manager
 
- 
startDescription copied from interface:HelidonStartupProviderStart the runtime.- Specified by:
- startin interface- HelidonStartupProvider
- Parameters:
- arguments- command line arguments
 
 
-