T - the required configuration interfacepublic interface ConfiguredBundle<T>
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(Bootstrap<?> bootstrap)
Initializes the application bootstrap.
|
void |
run(T configuration,
Environment environment)
Initializes the environment.
|
void run(T configuration, Environment environment) throws Exception
configuration - the configuration objectenvironment - the application's EnvironmentException - if something goes wrongvoid initialize(Bootstrap<?> bootstrap)
bootstrap - the application bootstrapCopyright © 2018. All rights reserved.