Class BeforeInitEvent
- java.lang.Object
-
- ru.vyarus.dropwizard.guice.module.lifecycle.event.GuiceyLifecycleEvent
-
- ru.vyarus.dropwizard.guice.module.lifecycle.event.ConfigurationPhaseEvent
-
- ru.vyarus.dropwizard.guice.module.lifecycle.event.configuration.BeforeInitEvent
-
public class BeforeInitEvent extends ConfigurationPhaseEvent
Special meta event, called before allGuiceBundleconfiguration phase logic.Bootstrapobject is available, but dropwizard bundles (registered through guicey) are not yet registered (note thatGuiceBundleis not yet added to bootstrap also because dropwizard calls bundle initialization before registering bundle (and so all dropwizard bundles, registered by guicey, will run beforeGuiceBundlerun).- Since:
- 28.02.2025
-
-
Constructor Summary
Constructors Constructor Description BeforeInitEvent(EventsContext context)Create event.
-
Method Summary
-
Methods inherited from class ru.vyarus.dropwizard.guice.module.lifecycle.event.ConfigurationPhaseEvent
getBootstrap
-
Methods inherited from class ru.vyarus.dropwizard.guice.module.lifecycle.event.GuiceyLifecycleEvent
getOptions, getSharedState, getStats, getType
-
-
-
-
Constructor Detail
-
BeforeInitEvent
public BeforeInitEvent(EventsContext context)
Create event.- Parameters:
context- event context
-
-