Errai 3.0.1-SNAPSHOT

Uses of Interface
org.jboss.errai.bus.client.api.builder.MessageBuildCommand

Packages that use MessageBuildCommand
org.jboss.errai.bus.client.api.base   
org.jboss.errai.bus.client.api.builder   
 

Uses of MessageBuildCommand in org.jboss.errai.bus.client.api.base
 

Methods in org.jboss.errai.bus.client.api.base that return MessageBuildCommand
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.
 

Uses of MessageBuildCommand in org.jboss.errai.bus.client.api.builder
 

Methods in org.jboss.errai.bus.client.api.builder that return MessageBuildCommand
 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
 


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.