public interface SourcePolicyPointcutParametersFactory
PolicyPointcutParameters for an specific source.| Modifier and Type | Method and Description |
|---|---|
<T> PolicyPointcutParameters |
createPolicyPointcutParameters(org.mule.runtime.api.meta.AnnotatedObject source,
org.mule.runtime.api.metadata.TypedValue<T> attributes)
Creates an specific
PolicyPointcutParameters for a particular source operation by sourceIdentifier. |
boolean |
supportsSourceIdentifier(org.mule.runtime.api.component.ComponentIdentifier sourceIdentifier) |
boolean supportsSourceIdentifier(org.mule.runtime.api.component.ComponentIdentifier sourceIdentifier)
PolicyPointcutParameters for the source identifier, false otherwise.<T> PolicyPointcutParameters createPolicyPointcutParameters(org.mule.runtime.api.meta.AnnotatedObject source, org.mule.runtime.api.metadata.TypedValue<T> attributes)
PolicyPointcutParameters for a particular source operation by sourceIdentifier.source - the source where the policy is being applied.attributes - the attributes from the message generated by the message sourcePolicyPointcutParameters with custom parameters associated to the sourceIdentifierCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.