Package io.mangoo.interfaces
Interface MangooBootstrap
public interface MangooBootstrap
- Author:
- svenkubiak
-
Method Summary
Modifier and TypeMethodDescriptionvoidExecuted after config is loaded and Google Guice injector is initializedvoidExecuted after the application is completely startedvoidExecuted after forcible signal of JVM shutdown has been sentvoidPlace all routes for your application in this method
-
Method Details
-
initializeRoutes
void initializeRoutes()Place all routes for your application in this method -
applicationInitialized
void applicationInitialized()Executed after config is loaded and Google Guice injector is initialized -
applicationStarted
void applicationStarted()Executed after the application is completely started -
applicationStopped
void applicationStopped()Executed after forcible signal of JVM shutdown has been sent
-