|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Beta public interface RoutingHandler
| Method Summary | |
|---|---|
void |
finish(Event source,
EventHandler<?> eventHandler,
RoutingOutcome out)
|
RoutingHandler |
getParent()
|
RoutingOutcome |
handle(Event source,
EventHandler<?> eventHandler,
RoutingOutcome out)
|
Event |
register(Event source,
EventHandler<?> eventHandler)
Registers a source Event and return the handled version of it. |
void |
start(Event source,
EventHandler<?> eventHandler)
Registers a source Event, any implementation should take into account the tracking of this source events to route the message. Fired just before starting the event. |
| Method Detail |
|---|
void start(Event source,
EventHandler<?> eventHandler)
source -
Event register(Event source,
EventHandler<?> eventHandler)
source - eventHandler -
RoutingOutcome handle(Event source,
EventHandler<?> eventHandler,
RoutingOutcome out)
source - eventHandler - out -
void finish(Event source,
EventHandler<?> eventHandler,
RoutingOutcome out)
source - eventHandler - out - RoutingHandler getParent()
RoutingHandler if applies.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||