| Package | Description |
|---|---|
| org.mule.runtime.core.execution | |
| org.mule.runtime.core.policy |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ModuleFlowProcessingPhaseTemplate
Template methods for
MessageSource specific behavior during flow execution. |
| Modifier and Type | Method and Description |
|---|---|
SourcePolicy |
DefaultPolicyManager.createSourcePolicyInstance(org.mule.runtime.api.component.location.ComponentLocation sourceLocation,
Event sourceEvent,
Processor flowExecutionProcessor,
MessageSourceResponseParametersProcessor messageSourceResponseParametersProcessor) |
SourcePolicy |
PolicyManager.createSourcePolicyInstance(org.mule.runtime.api.component.location.ComponentLocation sourceLocation,
Event sourceEvent,
Processor flowExecutionProcessor,
MessageSourceResponseParametersProcessor messageSourceResponseParametersProcessor)
Creates a policy to be applied to a source.
|
| Constructor and Description |
|---|
CompositeSourcePolicy(List<Policy> parameterizedPolicies,
Optional<SourcePolicyParametersTransformer> sourcePolicyParametersTransformer,
SourcePolicyProcessorFactory sourcePolicyProcessorFactory,
Processor flowExecutionProcessor,
MessageSourceResponseParametersProcessor messageSourceResponseParametersProcessor)
Creates a new source policies composed by several
Policy that will be chain together. |
SuccessSourcePolicyResult(Event flowExecutionResult,
Map<String,Object> responseParameters,
MessageSourceResponseParametersProcessor messageSourceResponseParametersProcessor)
Creates a new successful result from a policy execution.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.