|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
M - Type of message the subscriber is handling.public interface SubscriberExecution<M>
Execution definition for a subscriber.
| Method Summary | |
|---|---|
String |
getExecutionDescription()
Describes the execution. |
void |
receive(M message)
This method called whenever a message is received. |
| Method Detail |
|---|
String getExecutionDescription()
void receive(M message)
message - Message to handle
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||