public interface PhaseResultNotifier
MessageProcessPhase
in order to
define the result of the phase executionModifier and Type | Method and Description |
---|---|
void |
phaseConsumedMessage()
This method must be called when the phase consume the message and the chain should not continue processing the message.
|
void |
phaseFailure(Exception reason)
This message must be called when a phase execution throw an exception
|
void |
phaseSuccessfully()
This method must be called when the phase complete successfully
|
void phaseSuccessfully()
void phaseConsumedMessage()
void phaseFailure(Exception reason)
reason
- exception that represents the failure in the phaseCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.