public interface PolicyDeployer
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(Policy 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.
|
Copyright © 2014–2022 MuleSoft, Inc.. All rights reserved.