public interface MessageBuildSubject<R> extends MessageBuild
Modifier and Type | Method and Description |
---|---|
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
|
getMessage
MessageBuildCommand<R> toSubject(String subject)
subject
- - the subject of the messageMessageBuildCommand<R> subjectProvided()
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.