Class BeforeInitEvent


  • public class BeforeInitEvent
    extends ConfigurationPhaseEvent
    Special meta event, called before all GuiceBundle configuration phase logic. Bootstrap object is available, but dropwizard bundles (registered through guicey) are not yet registered (note that GuiceBundle is not yet added to bootstrap also because dropwizard calls bundle initialization before registering bundle (and so all dropwizard bundles, registered by guicey, will run before GuiceBundle run).
    Since:
    28.02.2025
    • Constructor Detail

      • BeforeInitEvent

        public BeforeInitEvent​(EventsContext context)
        Create event.
        Parameters:
        context - event context