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