Package | Description |
---|---|
org.jboss.errai.bus.client.api.base | |
org.jboss.errai.bus.server.api |
Modifier and Type | Class and Description |
---|---|
class |
ConversationMessage
A message that is automatically routed back to the originating bus of a
reference message (usually called the incoming message).
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
MessageInterceptor.intercept(CommandMessage message) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.