|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MessageReceiver
| Method Summary | |
|---|---|
void |
onMessageReceived(Message message,
MessageReplies replies,
MessageReceiversChain chain)
Called when a request is made. |
| Method Detail |
|---|
void onMessageReceived(Message message,
MessageReplies replies,
MessageReceiversChain chain)
throws Throwable
process method so that the subsequent
receivers could be called. The receiver may manipulate with the arguments passed to that method. For example it may
change the message that will be processed by the subsequent receivers in the chain or change
the results of the subsequent message processing.
message - replies - chain -
Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||