Package ru.vyarus.dropwizard.guice.module.lifecycle.event.jersey
-
Class Summary Class Description ApplicationShutdownEvent Called on application shutdown start.ApplicationStartedEvent Called after complete dropwizard startup.ApplicationStoppedEvent Called after application shutdown.JerseyConfigurationEvent Jersey context starting.JerseyExtensionsInstalledByEvent Called whenJerseyInstallerinstaller installed all related extensions and only for installers actually performed installations (extensions list never empty).JerseyExtensionsInstalledEvent Called after allJerseyInstallerinstallers install related extensions and only when at least one extension was installed.