@Service @PerLookup public class MetricsDeployer extends MicroProfileDeployer<MetricsContainer,MetricsApplicationContainer>
| Constructor and Description |
|---|
MetricsDeployer() |
| Modifier and Type | Method and Description |
|---|---|
MetricsApplicationContainer |
load(MetricsContainer container,
DeploymentContext deploymentContext)
Loads a previously prepared application in its execution environment and
return a ContractProvider instance that will identify this environment in
future communications with the application's container runtime.
|
void |
unload(MetricsApplicationContainer applicationContainer,
DeploymentContext ctx)
Unload or stop a previously running application identified with the
ContractProvider instance.
|
clean, getMetaData, loadMetaData, preparepublic MetricsApplicationContainer load(MetricsContainer container, DeploymentContext deploymentContext)
Deployercontainer - in which the application will residedeploymentContext - of the deploymentpublic void unload(MetricsApplicationContainer applicationContainer, DeploymentContext ctx)
DeployerapplicationContainer - instance to be stoppedctx - of the undeploymentCopyright © 2021. All rights reserved.