|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageBuildSubject<R>
This interface, MessageBuildSubject, is a template for setting the subject of a message. This ensures that the message is constructed properly
Method Summary | |
---|---|
MessageBuildCommand<R> |
subjectProvided()
If this function is set, there is no need for a subject to be set for this message. |
MessageBuildCommand<R> |
toSubject(String subject)
Sets the subject/receipent of the message, and returns a MessageBuildCommand, which needs to be constructed following setting the subject |
Methods inherited from interface org.jboss.errai.bus.client.api.builder.MessageBuild |
---|
getMessage |
Method Detail |
---|
MessageBuildCommand<R> toSubject(String subject)
subject
- - the subject of the message
MessageBuildCommand<R> subjectProvided()
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |