| Package | Description |
|---|---|
| org.mule.runtime.core.execution |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncResponseFlowProcessingPhase
This phase routes the message through the flow.
|
class |
EndProcessPhase
This phase notifies to the
MessageProcessTemplate that the message processing has ended. |
class |
FlowProcessingPhase
This phase routes the message through the flow.
|
class |
ModuleFlowProcessingPhase
This phase routes the message through the flow.
|
class |
NotificationFiringProcessingPhase<Template extends MessageProcessTemplate>
Provides a reusable way for concrete
MessageProcessPhases to fire notifications. |
class |
ValidationPhase
This phase validates the incoming message.
|
| Modifier and Type | Method and Description |
|---|---|
int |
AsyncResponseFlowProcessingPhase.compareTo(MessageProcessPhase messageProcessPhase) |
int |
FlowProcessingPhase.compareTo(MessageProcessPhase messageProcessPhase) |
int |
ModuleFlowProcessingPhase.compareTo(MessageProcessPhase messageProcessPhase) |
int |
ValidationPhase.compareTo(MessageProcessPhase messageProcessPhase) |
| Constructor and Description |
|---|
PhaseExecutionEngine(List<MessageProcessPhase> messageProcessPhaseList,
SystemExceptionHandler exceptionHandler,
EndProcessPhase endProcessPhase) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.