public interface PolicyProvider
| Modifier and Type | Method and Description |
|---|---|
List<Policy> |
findOperationParameterizedPolicies(org.mule.runtime.policy.api.PolicyPointcutParameters policyPointcutParameters)
Creates a collection of
Policy with the policy chain be applied to an operation. |
List<Policy> |
findSourceParameterizedPolicies(org.mule.runtime.policy.api.PolicyPointcutParameters policyPointcutParameters)
Creates a collection of
Policy with the policy chain to be applied to a source. |
List<Policy> findSourceParameterizedPolicies(org.mule.runtime.policy.api.PolicyPointcutParameters policyPointcutParameters)
Policy with the policy chain to be applied to a source.
The provided collection must be in the correct order in which the policies must be applied.
policyPointcutParameters - the parameters to use to match against the pointcut configured for each policy.OperationPolicyProcessor associated to that source.List<Policy> findOperationParameterizedPolicies(org.mule.runtime.policy.api.PolicyPointcutParameters policyPointcutParameters)
Policy with the policy chain be applied to an operation.
The provided collection must be in the correct order in which the policies must be applied.
policyPointcutParameters - the parameters to use to match against the pointcut configured for each policy.OperationPolicyProcessor associated to that source.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.