public interface DeployListener<E extends ScopeModel>
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(E scopeModel,
Throwable cause) |
void |
onInitialize(E scopeModel)
Useful to inject some configuration like MetricsConfig, RegistryConfig, etc.
|
void |
onStarted(E scopeModel) |
void |
onStarting(E scopeModel) |
void |
onStopped(E scopeModel) |
void |
onStopping(E scopeModel) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.