| Package | Description |
|---|---|
| org.granite.client.messaging | |
| org.granite.client.messaging.channel | |
| org.granite.client.messaging.channel.amf | |
| org.granite.client.messaging.events |
| Modifier and Type | Method and Description |
|---|---|
void |
TopicSubscriptionListener.onSubscribing(Consumer consumer) |
void |
TopicSubscriptionListener.onSubscriptionFault(Consumer consumer,
IssueEvent event) |
void |
TopicSubscriptionListener.onSubscriptionSuccess(Consumer consumer,
ResultEvent event,
java.lang.String subscriptionId) |
void |
TopicSubscriptionListener.onUnsubscribing(Consumer consumer) |
void |
TopicSubscriptionListener.onUnsubscriptionFault(Consumer consumer,
IssueEvent event,
java.lang.String subscriptionId) |
void |
TopicSubscriptionListener.onUnsubscriptionSuccess(Consumer consumer,
ResultEvent event,
java.lang.String subscriptionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
MessagingChannel.addConsumer(Consumer consumer)
Register a consumer for this channel
|
boolean |
MessagingChannel.removeConsumer(Consumer consumer)
Unregister a consumer for this channel
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.concurrent.ConcurrentMap<java.lang.String,Consumer> |
BaseAMFMessagingChannel.consumersMap |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseAMFMessagingChannel.addConsumer(Consumer consumer) |
boolean |
BaseAMFMessagingChannel.removeConsumer(Consumer consumer) |
| Modifier and Type | Method and Description |
|---|---|
Consumer |
TopicMessageEvent.getConsumer() |
| Constructor and Description |
|---|
TopicMessageEvent(Consumer consumer,
TopicMessage message) |