public interface ServiceDeploymentContributor
| Modifier and Type | Method and Description |
|---|---|
void |
contributeService(DeploymentContext context,
Service service) |
void |
finalizeContribution(DeploymentContext context) |
String |
getName() |
String |
getRole() |
Version |
getVersion()
Returns the version of the deployment contributor.
|
void |
initializeContribution(DeploymentContext context) |
String getRole()
String getName()
Version getVersion()
void initializeContribution(DeploymentContext context)
void contributeService(DeploymentContext context, Service service) throws Exception
Exceptionvoid finalizeContribution(DeploymentContext context)
Copyright © 2022 The Apache Software Foundation. All rights reserved.