| Package | Description |
|---|---|
| com.mulesoft.mule.runtime.gw.policies.service.detection | |
| com.mulesoft.mule.runtime.gw.policies.service.detection.change |
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PolicyAdded
Indicates that a new policy should be deployed.
|
class |
PolicyRemoved
Indicates that the policy should be removed to achieve the desired status.
|
class |
PolicyReorder
Indicates that the policy should be reordered to achieve the desired status.
|
class |
PolicyRevert
Indicates that the current status has become the desired.
|
class |
PolicyUnmodified
Indicates that no new action should be taken to consolidate the current status with with the desired status.
|
class |
PolicyUpdate
Indicates that the policy suffered major changes and an update is in order.
|
class |
RecoverableChangeType
Represents the action that must be taken to consolidate the current status with with the desired status.
|
Copyright © 2014–2022 MuleSoft, Inc.. All rights reserved.