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.
|
| StoredSubscription |
Client subscription information to be stored in a
SubscriptionStore. |
| 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-2013 Google. All Rights Reserved.