public interface PolicyDeployer
| Modifier and Type | Method and Description |
|---|---|
PolicyDefinitionDeploymentStatus |
deploy(PolicyDefinition policy,
Api api)
Resolves the template, stores it an deploys the policy to the specified API implementation.
|
boolean |
undeploy(String policyName,
Api api)
Undeploys the given policy from the specified API implementation.
|
PolicyDefinitionDeploymentStatus |
updateOrder(PolicyDefinition policy,
Api api)
Hot reorders the policy to the specified API implementation.
|
PolicyDefinitionDeploymentStatus deploy(PolicyDefinition policy, Api api)
policy - policy to deployapi - where to deployPolicyDefinitionDeploymentStatus updateOrder(PolicyDefinition policy, Api api)
policy - policy to deployapi - where to deployCopyright © 2014–2022 MuleSoft, Inc.. All rights reserved.