|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageBuildSendable
A template for sending a message. This ensures that the message is constructed properly.
Part of the fluent API centered around MessageBuilder
.
Method Summary | |
---|---|
void |
sendGlobalWith(MessageBus viaThis)
Sends the message globally with the specified MessageBus |
void |
sendNowWith(MessageBus viaThis)
Sends the message with the specified MessageBus |
void |
sendNowWith(MessageBus viaThis,
boolean fireMessageListener)
Sends the message with the specified MessageBus |
Methods inherited from interface org.jboss.errai.bus.client.api.builder.Sendable |
---|
getMessage |
Method Detail |
---|
void sendNowWith(MessageBus viaThis)
viaThis
- the message bus to send the message withvoid sendNowWith(MessageBus viaThis, boolean fireMessageListener)
viaThis
- the message bus to send the message withfireMessageListener
- true if the message listeners should be notifiedvoid sendGlobalWith(MessageBus viaThis)
viaThis
- the message bus to send the message with
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |