| Package | Description |
|---|---|
| org.granite.client.messaging | |
| org.granite.client.messaging.events |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ResultFaultIssuesResponseListener.onIssue(IssueEvent event)
Callback method called when any failure occurs
|
void |
TopicSubscriptionListener.onSubscriptionFault(Consumer consumer,
IssueEvent event) |
void |
TopicSubscriptionListener.onUnsubscriptionFault(Consumer consumer,
IssueEvent event,
java.lang.String subscriptionId) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIssueEvent |
class |
CancelledEvent
Event dispatched by a channel when the request is cancelled
|
class |
FailureEvent
Event dispatched by a channel when the request fails due to a client-side communication error (network, serialization...)
|
class |
FaultEvent |
class |
TimeoutEvent
Event dispatched by a channel when the request is timed out
|