|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PhaseResultNotifier
Notifier used by MessageProcessPhase in order to
define the result of the phase execution
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
void phaseSuccessfully()
void phaseConsumedMessage()
void phaseFailure(Exception reason)
reason - exception that represents the failure in the phase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||