Class ApplicationStartupListenerAdapter
- java.lang.Object
-
- ru.vyarus.dropwizard.guice.module.lifecycle.GuiceyLifecycleAdapter
-
- ru.vyarus.dropwizard.guice.module.installer.bundle.listener.ApplicationStartupListenerAdapter
-
- All Implemented Interfaces:
GuiceyLifecycleListener
public class ApplicationStartupListenerAdapter extends GuiceyLifecycleAdapter
ApplicationStartupListeneradapter for guicey lifecycle.- Since:
- 28.09.2019
-
-
Constructor Summary
Constructors Constructor Description ApplicationStartupListenerAdapter(ApplicationStartupListener listener)Create adapter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidapplicationStarted(ApplicationStartedEvent event)Called after complete dropwizard startup.java.lang.StringtoString()-
Methods inherited from class ru.vyarus.dropwizard.guice.module.lifecycle.GuiceyLifecycleAdapter
applicationRun, applicationShutdown, applicationStopped, beforeInit, beforeRun, bundlesInitialized, bundlesResolved, bundlesStarted, classpathExtensionsResolved, commandsResolved, configurationHooksProcessed, dropwizardBundlesInitialized, extensionsInstalled, extensionsInstalledBy, extensionsResolved, initialized, injectorCreation, installersResolved, jerseyConfiguration, jerseyExtensionsInstalled, jerseyExtensionsInstalledBy, lookupBundlesResolved, manualExtensionsValidated, modulesAnalyzed, onEvent
-
-
-
-
Constructor Detail
-
ApplicationStartupListenerAdapter
public ApplicationStartupListenerAdapter(ApplicationStartupListener listener)
Create adapter.- Parameters:
listener- listener
-
-
Method Detail
-
applicationStarted
protected void applicationStarted(ApplicationStartedEvent event)
Description copied from class:GuiceyLifecycleAdapterCalled after complete dropwizard startup. Actually the same as jetty lifecycle started event (LifeCycle.Listener.lifeCycleStarted( org.eclipse.jetty.util.component.LifeCycle)), which is called after complete jetty startup.- Overrides:
applicationStartedin classGuiceyLifecycleAdapter- Parameters:
event- event object- See Also:
GuiceyLifecycle.ApplicationStarted
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-