|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageBuildCommand<R>
This interface is a template for building the command part of a message. This ensures that the call is constructed properly.
Part of the fluent API centered around MessageBuilder
.
Method Summary | |
---|---|
MessageBuildParms<R> |
command(Enum<?> command)
Sets the command for the message, and returns an instance of MessageBuildParms, which needs to be constructed following setting the command. |
MessageBuildParms<R> |
command(String command)
Sets the command for the message, and returns an instance of MessageBuildParms, which needs to be constructed following setting the command. |
MessageBuildParms<R> |
signalling()
If signalling is called, the service is only signalled as opposed to sending a specific command. |
Methods inherited from interface org.jboss.errai.bus.client.api.builder.MessageBuildParms |
---|
copy, copy, copyResource, defaultErrorHandling, done, errorsHandledBy, flag, noErrorHandling, with, with, withProvided, withProvided, withValue |
Methods inherited from interface org.jboss.errai.bus.client.api.builder.MessageBuild |
---|
getMessage |
Method Detail |
---|
MessageBuildParms<R> command(Enum<?> command)
command
- the command to set for this message. Could be one of
BusCommand
MessageBuildParms<R> command(String command)
command
- the command to set for this message.
MessageBuildParms<R> signalling()
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |