public interface OperationPolicyPointcutParametersFactory
PolicyPointcutParameters for a particular operation.
Instances of this factory must be registered in the application's context and will be discovered and used to create the set of
pointcut parameters for an operation before executing it.| Modifier and Type | Method and Description |
|---|---|
default PolicyPointcutParameters |
createPolicyPointcutParameters(org.mule.runtime.api.component.Component operation,
Map<String,Object> operationParameters)
Deprecated.
on 4.2 use
createPolicyPointcutParameters(Component, Map, PolicyPointcutParameters)}
instead |
PolicyPointcutParameters |
createPolicyPointcutParameters(org.mule.runtime.api.component.Component operation,
Map<String,Object> operationParameters,
PolicyPointcutParameters policyPointcutParameters)
Creates a specific
PolicyPointcutParameters for a particular operation identifier by operationIdentifier. |
boolean |
supportsOperationIdentifier(org.mule.runtime.api.component.ComponentIdentifier operationIdentifier) |
boolean supportsOperationIdentifier(org.mule.runtime.api.component.ComponentIdentifier operationIdentifier)
PolicyPointcutParameters for the operation identifier, false otherwise.@Deprecated default PolicyPointcutParameters createPolicyPointcutParameters(org.mule.runtime.api.component.Component operation, Map<String,Object> operationParameters)
createPolicyPointcutParameters(Component, Map, PolicyPointcutParameters)}
insteadPolicyPointcutParameters for a particular operation identifier by operationIdentifier.operation - the operation where the policy is being applied.operationParameters - set of parameters that are going to be used to execute the operation.PolicyPointcutParameters createPolicyPointcutParameters(org.mule.runtime.api.component.Component operation, Map<String,Object> operationParameters, PolicyPointcutParameters policyPointcutParameters)
PolicyPointcutParameters for a particular operation identifier by operationIdentifier.operation - the operation where the policy is being applied.operationParameters - set of parameters that are going to be used to execute the operation.policyPointcutParameters - parameters used for creating the PolicyPointcutParametersCopyright © 2025 MuleSoft, Inc.. All rights reserved.