See: Description
| Interface | Description |
|---|---|
| NotificationCallback |
Callback which is used to receive
UnparsedNotifications after subscribing to a topic. |
| SubscriptionStore |
Stores and manages registered subscriptions and their handlers.
|
| Class | Description |
|---|---|
| EventTypes |
Standard event-types used by notifications.
|
| MemorySubscriptionStore |
SubscriptionStore which stores all subscription information in memory. |
| Notification |
Notification sent to this client about a subscribed resource.
|
| NotificationHeaders |
Headers for notifications.
|
| SubscribeRequest |
Subscribe request.
|
| SubscribeResponse |
Subscribe response.
|
| Subscription |
Client subscription information after the subscription has been created.
|
| SubscriptionHeaders |
Headers for subscribe request and response.
|
| TypedNotification<T> |
Typed notification sent to this client about a subscribed resource.
|
| TypedNotificationCallback<T> |
Callback which is used to receive typed
Notifications after subscribing to a topic. |
| UnparsedNotification |
A notification whose content has not been parsed yet.
|
Warning: this package is experimental, and its content may be changed in incompatible ways or possibly entirely removed in a future version of the library
Copyright © 2010-2012 Google. All Rights Reserved.