public interface PolicySetDeploymentListener
| Modifier and Type | Method and Description |
|---|---|
default void |
onPoliciesRemoved(com.mulesoft.mule.runtime.gw.api.key.ApiKey apiKey)
Notifies that policies of an API have been removed
|
default void |
onPolicySetDeploymentCompleted(com.mulesoft.mule.runtime.gw.api.key.ApiKey apiKey,
PolicySet policySet,
List<PolicyDefinitionDeploymentStatus> deploymentStatuses)
Notifies that the deployment of a
PolicySet has been completed |
default void onPolicySetDeploymentCompleted(com.mulesoft.mule.runtime.gw.api.key.ApiKey apiKey, PolicySet policySet, List<PolicyDefinitionDeploymentStatus> deploymentStatuses)
PolicySet has been completedapiKey - key of the APIpolicySet - set of policies that were deployeddeploymentStatuses - statuses of policies that were deployeddefault void onPoliciesRemoved(com.mulesoft.mule.runtime.gw.api.key.ApiKey apiKey)
apiKey - key of the APICopyright © 2014–2022 MuleSoft, Inc.. All rights reserved.