Package io.dropwizard
Interface Bundle
-
- All Known Implementing Classes:
SslReloadBundle
public interface BundleA reusable bundle of functionality, used to define blocks of application behavior.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinitialize(Bootstrap<?> bootstrap)Initializes the application bootstrap.voidrun(Environment environment)Initializes the application environment.
-
-
-
Method Detail
-
initialize
void initialize(Bootstrap<?> bootstrap)
Initializes the application bootstrap.- Parameters:
bootstrap- the application bootstrap
-
run
void run(Environment environment)
Initializes the application environment.- Parameters:
environment- the application environment
-
-