Package | Description |
---|---|
org.jboss.errai.bus.client.api.base |
Modifier and Type | Method and Description |
---|---|
static ConversationMessage |
ConversationMessage.create(Enum<?> commandType,
Message inReplyTo)
Creates a new ConversationMessage with the specified command type and
reference message.
|
static ConversationMessage |
ConversationMessage.create(Message inReplyTo)
Creates a new ConversationMessage using an incoming message as a reference.
|
static ConversationMessage |
ConversationMessage.create(String commandType,
Message inReplyTo)
Creates a new ConversationMessage with the specified command type and
reference message.
|
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.