|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandMessage | |
---|---|
org.jboss.errai.bus.client.api.base | |
org.jboss.errai.bus.server.api |
Uses of CommandMessage in org.jboss.errai.bus.client.api.base |
---|
Subclasses of CommandMessage in org.jboss.errai.bus.client.api.base | |
---|---|
class |
ConversationMessage
A message that is automatically routed back to the originating bus of a reference message (usually called the incoming message). |
Methods in org.jboss.errai.bus.client.api.base that return CommandMessage | |
---|---|
static CommandMessage |
CommandMessage.create()
Creates a new CommandMessage with no parts and no provided parts. |
static CommandMessage |
CommandMessage.createWithParts(Map<String,Object> parts)
Creates a new CommandMessage with the given parts and no provided parts. |
static CommandMessage |
CommandMessage.createWithParts(Map<String,Object> parts,
int flags)
|
static CommandMessage |
CommandMessage.createWithParts(Map<String,Object> parts,
Map<String,ResourceProvider<?>> provided)
Creates a new CommandMessage with the given parts and provided parts. |
static CommandMessage |
CommandMessage.createWithPartsFromRawMap(Map parts)
|
Uses of CommandMessage in org.jboss.errai.bus.server.api |
---|
Methods in org.jboss.errai.bus.server.api with parameters of type CommandMessage | |
---|---|
void |
MessageInterceptor.intercept(CommandMessage message)
|
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |