public class DeploymentLifecycleProbeProvider extends Object
Constructor and Description |
---|
DeploymentLifecycleProbeProvider() |
Modifier and Type | Method and Description |
---|---|
void |
applicationDeployedEvent(String appName,
String appType,
String loadTime) |
void |
applicationUndeployedEvent(String appName,
String appType)
Emits probe event that the application with the given
appName and appType has been undeployed. |
public void applicationDeployedEvent(String appName, String appType, String loadTime)
public void applicationUndeployedEvent(String appName, String appType)
appName
and appType
has been undeployed.appName
- the name of the application has been undeployedappType
- the type of the application has been undeployedCopyright © 2019. All rights reserved.