|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RequestDispatcher
The RequestDispatcher interface provides a way to create a message delivery system into the bus
Method Summary | |
---|---|
void |
dispatch(Message message)
Dispatches a message to a single receiver on the bus |
void |
dispatchGlobal(Message message)
Dispatches a message to all global listeners on the bus |
Method Detail |
---|
void dispatchGlobal(Message message) throws Exception
message
- - a message to dispatch globally
Exception
- throws an InterruptedException specifically, if the thread is interrupted while trying
to offer a message to the worker queue. This isn't specifically exposed here due
to the fact that InterruptedException is not exposed to the GWT client library.void dispatch(Message message) throws Exception
message
- - a message to dispatch
Exception
- throws an InterruptedException specifically, if the thread is interrupted while trying
to offer a message to the worker queue. This isn't specifically exposed here due
to the fact that InterruptedException is not exposed to the GWT client library.
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |