public interface PolicyDeploymentListener
| Modifier and Type | Method and Description |
|---|---|
void |
policyDeployed(com.mulesoft.mule.runtime.gw.api.key.ApiKey apiKey,
PolicyDeploymentStatus status)
Informs that the a policy was deployed.
|
void |
policyRemoved(com.mulesoft.mule.runtime.gw.api.key.ApiKey apiKey,
PolicyDeploymentStatus status)
Informs that a policy was removed
|
void policyRemoved(com.mulesoft.mule.runtime.gw.api.key.ApiKey apiKey, PolicyDeploymentStatus status)
apiKey - the api owner of the policystatus - of the policy that was removedvoid policyDeployed(com.mulesoft.mule.runtime.gw.api.key.ApiKey apiKey, PolicyDeploymentStatus status)
apiKey - the api owner of the policystatus - of the policy that was removedCopyright © 2014–2025 MuleSoft, Inc.. All rights reserved.