public interface MessageBuildSendable extends Sendable
Part of the fluent API centered around MessageBuilder
.
Modifier and Type | Method and Description |
---|---|
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
|
getMessage
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 withCopyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.