Interface ConfiguredBundle<T>

    • Method Detail

      • run

        default void run​(T configuration,
                         Environment environment)
                  throws Exception
        Initializes the environment.
        Parameters:
        configuration - the configuration object
        environment - the application's Environment
        Throws:
        Exception - if something goes wrong
      • initialize

        default void initialize​(Bootstrap<?> bootstrap)
        Initializes the application bootstrap.
        Parameters:
        bootstrap - the application bootstrap