public abstract static class DropwizardAppRule.ServiceListener<T extends Configuration> extends Object
| Constructor and Description |
|---|
ServiceListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onRun(T configuration,
Environment environment,
DropwizardAppRule<T> rule) |
void |
onStop(DropwizardAppRule<T> rule) |
public void onRun(T configuration, Environment environment, DropwizardAppRule<T> rule) throws Exception
Exceptionpublic void onStop(DropwizardAppRule<T> rule) throws Exception
ExceptionCopyright © 2015. All rights reserved.