Interface MangooBootstrap


public interface MangooBootstrap
Author:
svenkubiak
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executed after config is loaded and Google Guice injector is initialized
    void
    Executed after the application is completely started
    void
    Executed after forcible signal of JVM shutdown has been sent
    void
    Place 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