public interface SourcePolicyPointcutParametersFactory
PolicyPointcutParameters for an specific source.| Modifier and Type | Method and Description |
|---|---|
<T> PolicyPointcutParameters |
createPolicyPointcutParameters(org.mule.runtime.api.component.location.ComponentLocation componentLocation,
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.component.location.ComponentLocation componentLocation, org.mule.runtime.api.metadata.TypedValue<T> attributes)
PolicyPointcutParameters for a particular source operation by sourceIdentifier.componentLocation - the component location where the source is defined.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.