| Class | Description |
|---|---|
| BundlesFromLookupResolvedEvent |
Called if at least one bundle recognized using bundles lookup (not called at all (!)
|
| BundlesInitializedEvent |
Called after bundles initialization.
|
| BundlesResolvedEvent |
Called when all bundles are resolved (after dw recognition and lookup).
|
| ClasspathExtensionsResolvedEvent |
Called when classes from classpath scan analyzed and all extensions detected.
|
| CommandsResolvedEvent |
Called if commands search is enabled (
GuiceBundle.Builder.searchCommands())
and at least one command found. |
| ConfigurationHooksProcessedEvent |
Appeared just in time of
GuiceBundle.Builder.build() after manual
builder configuration and all GuiceyConfigurationHook processing. |
| DropwizardBundlesInitializedEvent |
Called after dropwizard bundles initialization (for dropwizard bundles registered through guicey api).
|
| InitializedEvent |
Called after guicey initialization (includes bundles lookup and initialization,
installers and extensions resolution).
|
| InstallersResolvedEvent |
Called after all installers resolved (including installers found with classpath scan) and prepared for
processing extensions.
|
| ManualExtensionsValidatedEvent |
Called when all manually registered extension classes are recognized by installers (validated).
|