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