Package io.dropwizard

Interface Bundle

  • All Known Implementing Classes:
    SslReloadBundle

    public interface Bundle
    A reusable bundle of functionality, used to define blocks of application behavior.
    • Method Detail

      • initialize

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

        void run​(Environment environment)
        Initializes the application environment.
        Parameters:
        environment - the application environment