Package | Description |
---|---|
org.jboss.errai.bus.client.api.builder |
Modifier and Type | Interface and Description |
---|---|
interface |
MessageBuildCommand<R>
This interface is a template for building the command part of a message.
|
Modifier and Type | Method and Description |
---|---|
MessageBuildParms<R> |
MessageBuildCommand.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> |
MessageBuildCommand.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> |
MessageBuildParms.copy(Enum<?> part,
Message m)
Copies a message part to the specified message, replacing that part in the target message if it already exists.
|
MessageBuildParms<R> |
MessageBuildParms.copy(String part,
Message m)
Copies the message part to the specified message
|
MessageBuildParms<R> |
MessageBuildParms.copyResource(String part,
Message m)
Copies a message resource to the specified message, replacing that resource in the target message if it already exists.
|
MessageBuildParms<R> |
MessageBuildParms.flag(RoutingFlag flag)
Sets a
RoutingFlag on the underlying message. |
MessageBuildParms<R> |
MessageBuildCommand.signalling()
If signalling is called, the service is only signalled as opposed to sending a specific command.
|
MessageBuildParms<R> |
MessageBuildParms.with(Enum<?> part,
Object value)
Sets the message part to the specified value, replacing any old value associated with that part.
|
MessageBuildParms<R> |
MessageBuildParms.with(String part,
Object value)
Sets the message part to the specified value, replacing any old value associated with that part.
|
MessageBuildParms<R> |
MessageBuildParms.withProvided(Enum<?> part,
ResourceProvider<?> provider)
Sets the message part to be generated at message transmission time by the given provider, replacing any old value
associated with that part.
|
MessageBuildParms<R> |
MessageBuildParms.withProvided(String part,
ResourceProvider<?> provider)
Sets the message part to be generated at message transmission time by the given provider, replacing any old value
associated with that part.
|
MessageBuildParms<R> |
MessageBuildParms.withValue(Object value)
Include a default value with the message.
|
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.