| Class | Description |
|---|---|
| ApplicationRunEvent |
Called after
GuiceBundle.run(io.dropwizard.Configuration, io.dropwizard.setup.Environment)
when guicey context is started, extensions installed (but not hk extensions, because neither jersey nor jetty
isn't start yet). |
| BeforeRunEvent |
Meta event.
|
| BundlesStartedEvent |
Called after bundles start (run method call).
|
| ExtensionsInstalledByEvent |
Called when installer installed all related extensions and only for installers actually performed
installations (extensions list never empty).
|
| ExtensionsInstalledEvent |
Called after all installers install related extensions.
|
| ExtensionsResolvedEvent |
Called when all extensions detected (from classpath scan and guice modules).
|
| InjectorCreationEvent |
Called just before guice injector creation.
|
| ModulesAnalyzedEvent |
Called when guice bindings analyzed and all extensions detected.
|