| Class | Description |
|---|---|
| ConfigurationPhaseEvent |
Base class for dropwizard configuration phase events.
|
| GuiceyLifecycleEvent |
Base class for guicey lifecycle events.
|
| InjectorPhaseEvent |
Base class from events, started after guice injector creation.
|
| JerseyPhaseEvent |
Base class for events, started after jersey context initialization start.
|
| RunPhaseEvent |
Base class for events, started after
GuiceBundle.run(Configuration, Environment)
phase. |