T - the required configuration interfacepublic interface ConfiguredBundle<T>
| Modifier and Type | Method | 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 java.lang.Exception
configuration - the configuration objectenvironment - the application's Environmentjava.lang.Exception - if something goes wrongvoid initialize(Bootstrap<?> bootstrap)
bootstrap - the application bootstrapCopyright © 2018. All rights reserved.