|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EventHandler<T extends Message>
EventHandler represents the unit of work behind the Stage.
Message},
RoutingOutcome}| Method Summary | |
|---|---|
RoutingOutcome |
execute(T message)
Execution of Stage EventHandler. |
| Method Detail |
|---|
RoutingOutcome execute(T message)
Stage EventHandler.
message - payload received.
RoutingOutcome specifiying the next Stage and the Message passsed to it or them.
Null return value is allowed, mainly to mark the end of a execution path.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||