| Package | Description |
|---|---|
| org.granite.client.messaging | |
| org.granite.client.messaging.channel.amf | |
| org.granite.client.messaging.events |
| Modifier and Type | Method and Description |
|---|---|
void |
Consumer.onMessage(TopicMessage message)
Called when a message is received on the channel
|
void |
Consumer.reply(TopicMessage message,
java.lang.Object reply)
Reply to a server-to-client request
|
| Modifier and Type | Method and Description |
|---|---|
protected TopicMessage |
AbstractAMFChannel.convertFromAmf(AsyncMessage message) |
| Modifier and Type | Method and Description |
|---|---|
TopicMessage |
TopicMessageEvent.getMessage() |
| Constructor and Description |
|---|
TopicMessageEvent(Consumer consumer,
TopicMessage message) |