public class MailBundle<T extends io.dropwizard.Configuration & HasMailConfiguration> extends Object implements io.dropwizard.ConfiguredBundle<T>
| Constructor and Description |
|---|
MailBundle() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(io.dropwizard.setup.Bootstrap<?> bootstrap)
Initializes the io.robe.admin bootstrap.
|
void |
run(T configuration,
io.dropwizard.setup.Environment environment)
Initializes the environment.
|
public void run(T configuration, io.dropwizard.setup.Environment environment) throws Exception
run in interface io.dropwizard.ConfiguredBundle<T extends io.dropwizard.Configuration & HasMailConfiguration>configuration - the configuration objectenvironment - the io.robe.admin's EnvironmentException - if something goes wrongpublic void initialize(io.dropwizard.setup.Bootstrap<?> bootstrap)
initialize in interface io.dropwizard.ConfiguredBundle<T extends io.dropwizard.Configuration & HasMailConfiguration>bootstrap - the io.robe.admin bootstrapCopyright © 2016. All rights reserved.