| Package | Description |
|---|---|
| com.mulesoft.mule.runtime.gw.policies.service | |
| com.mulesoft.mule.runtime.gw.policies.service.detection |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPolicyDeploymentTracker.policyDeployed(com.mulesoft.mule.runtime.gw.api.key.ApiKey apiKey,
PolicyDeploymentStatus policyDeploymentStatus) |
void |
PolicyDeploymentListener.policyDeployed(com.mulesoft.mule.runtime.gw.api.key.ApiKey apiKey,
PolicyDeploymentStatus status)
Informs that the a policy was deployed.
|
void |
PolicyDeploymentTracker.policyDeployed(com.mulesoft.mule.runtime.gw.api.key.ApiKey apiKey,
PolicyDeploymentStatus policyDeploymentStatus)
Updates the deployment status of the specified policy
|
void |
PolicyDeploymentListener.policyRemoved(com.mulesoft.mule.runtime.gw.api.key.ApiKey apiKey,
PolicyDeploymentStatus status)
Informs that a policy was removed
|
| Modifier and Type | Method and Description |
|---|---|
ChangeType |
PolicyChangeInspector.detectChange(PolicyDeploymentStatus status,
PolicyDefinition newDefinition)
Given the current deployment status and a policy definition determines which action should be taken to consolidate the
current status with with the desired status.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChangeType> |
PolicySetChangeInspector.detectChanges(List<PolicyDeploymentStatus> currentStatusList,
List<PolicyDefinition> newDefinitions)
Given the current deployment statuses of all policies and the desired policy definitions determines which actions should be
taken to consolidate the current status with with the desired status.
|
void |
PolicyChangeProcessor.process(List<PolicyDeploymentStatus> currentStatusList,
List<PolicyDefinition> newDefinitions)
Given the current deployment statuses of all policies and the desired policy definitions takes action to consolidate the
current status with with the desired status.
|
Copyright © 2014–2025 MuleSoft, Inc.. All rights reserved.