| Modifier and Type | Method and Description |
|---|---|
default PolicyPointcutParameters |
OperationPolicyPointcutParametersFactory.createPolicyPointcutParameters(org.mule.runtime.api.component.Component operation,
Map<String,Object> operationParameters)
Deprecated.
|
PolicyPointcutParameters |
OperationPolicyPointcutParametersFactory.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. |
<T> PolicyPointcutParameters |
SourcePolicyPointcutParametersFactory.createPolicyPointcutParameters(org.mule.runtime.api.component.Component source,
org.mule.runtime.api.metadata.TypedValue<T> attributes)
Creates an specific
PolicyPointcutParameters for a particular source operation by sourceIdentifier. |
| Modifier and Type | Method and Description |
|---|---|
Optional<PolicyPointcutParameters> |
PolicyPointcutParameters.getSourceParameters()
When resolving operation pointcuts, sometimes it is necessary to correlate them with the source pointcuts, specially when
a policy defines both source and operation.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyPointcutParameters |
OperationPolicyPointcutParametersFactory.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. |
| Constructor and Description |
|---|
PolicyPointcutParameters(org.mule.runtime.api.component.Component component,
PolicyPointcutParameters sourceParameters)
Creates a new
PolicyPointcutParameters |
Copyright © 2019 MuleSoft, Inc.. All rights reserved.