Class ConfigurationHooksProcessedEvent


  • public class ConfigurationHooksProcessedEvent
    extends GuiceyLifecycleEvent
    Appeared just in time of GuiceBundle.Builder.build() after manual builder configuration and all GuiceyConfigurationHook processing. Not called when no hooks were used.

    Provides list of all used hooks.

    Note: dropwizard Bootstrap object is already existing at that moment, but bundle don't have access for it yet and so it's not available in event.

    Since:
    20.04.2018