public interface ModuleConfiguration
Modules have callback methods for the initialization, start and shutdown phases of the application's lifecycle.
Modifier and Type | Method and Description |
---|---|
void |
initialize(Configuration config)
Initialize the module configuration using the given global
config |
void |
shutdown()
Invoked prior to shutdown of the application.
|
void |
start()
Invoked when the Configuration is started.
|
void initialize(Configuration config)
config
config
- the global configuration, providing access to generic componentsvoid start()
Configuration.start()
void shutdown()
Configuration.shutdown()
Copyright © 2010–2017. All rights reserved.