Class ErrorHandlingBundle<T>

  • All Implemented Interfaces:
    io.dropwizard.ConfiguredBundle<T>

    public class ErrorHandlingBundle<T>
    extends Object
    implements io.dropwizard.ConfiguredBundle<T>
    • Method Detail

      • run

        public void run​(T serverConfiguration,
                        io.dropwizard.setup.Environment environment)
                 throws Exception
        Specified by:
        run in interface io.dropwizard.ConfiguredBundle<T>
        Throws:
        Exception
      • initialize

        public void initialize​(io.dropwizard.setup.Bootstrap<?> bootstrap)
        Specified by:
        initialize in interface io.dropwizard.ConfiguredBundle<T>