@Contract
public interface ApplicationLifecycleInterceptor
Modifier and Type | Method and Description |
---|---|
void |
after(ExtendedDeploymentContext.Phase phase,
ExtendedDeploymentContext context)
Provide call back after a certain phase of the application lifecycle
|
void |
before(ExtendedDeploymentContext.Phase phase,
ExtendedDeploymentContext context)
Provide call back before a certain phase of the application lifecycle
|
void before(ExtendedDeploymentContext.Phase phase, ExtendedDeploymentContext context)
phase
- the application lifecycle phase which the call back will
happen beforecontext
- the deployment contextvoid after(ExtendedDeploymentContext.Phase phase, ExtendedDeploymentContext context)
phase
- the application lifecycle phase which the call back will
happen aftercontext
- the deployment contextCopyright © 2018. All rights reserved.