Package | Description |
---|---|
org.jboss.errai.bus.client.api.base | |
org.jboss.errai.bus.client.api.builder |
Modifier and Type | Method and Description |
---|---|
static MessageBuildCommand<MessageReplySendable> |
MessageBuilder.createConversation(Message message,
String subject)
Creates a conversational message for the provided subject.
|
static MessageBuildCommand<MessageBuildSendableWithReply> |
MessageBuilder.createMessage(String subject)
Creates a new message for the provided subject.
|
Modifier and Type | Method and Description |
---|---|
MessageBuildCommand<R> |
MessageBuildSubject.subjectProvided()
If this function is set, there is no need for a subject to be set for this message.
|
MessageBuildCommand<R> |
MessageBuildSubject.toSubject(String subject)
Sets the subject/receipent of the message, and returns a MessageBuildCommand, which needs to be
constructed following setting the subject
|
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.