@Service @PerLookup public class HealthDeployer extends MicroProfileDeployer<HealthContainer,HealthApplicationContainer>
| Constructor and Description |
|---|
HealthDeployer() |
| Modifier and Type | Method and Description |
|---|---|
HealthApplicationContainer |
load(HealthContainer 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(HealthApplicationContainer applicationContainer,
DeploymentContext ctx)
Unload or stop a previously running application identified with the
ContractProvider instance.
|
clean, getMetaData, loadMetaData, preparepublic HealthApplicationContainer load(HealthContainer container, DeploymentContext deploymentContext)
Deployercontainer - in which the application will residedeploymentContext - of the deploymentpublic void unload(HealthApplicationContainer applicationContainer, DeploymentContext ctx)
DeployerapplicationContainer - instance to be stoppedctx - of the undeploymentCopyright © 2021. All rights reserved.