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