Package | Description |
---|---|
com.pushtechnology.diffusion.api |
The Diffusion API comprises a number of packages which provide access to
different aspects of Diffusion.
|
com.pushtechnology.diffusion.api.client |
Diffusion External Client API.
|
com.pushtechnology.diffusion.api.client.notify |
Provides the handler classes for dealing with messages from and to a
Topic that has
TopicNotifyTopicData |
Modifier and Type | Method and Description |
---|---|
TopicNotifyTopicHandler |
ServerConnection.createTopicNotifyTopicHandler(TopicMessage message,
TopicNotifyTopicHandler.NotificationLevel notificationLevel,
TopicNotifyTopicListener listener)
|
Modifier and Type | Method and Description |
---|---|
TopicNotifyTopicHandler |
ExternalClientConnection.createTopicNotifyTopicHandler(TopicMessage message,
TopicNotifyTopicHandler.NotificationLevel level,
TopicNotifyTopicListener listener)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static TopicNotifyTopicHandler.NotificationLevel |
TopicNotifyTopicHandler.NotificationLevel.fromCode(String code)
Returns NotificationLevel enum from code value.
|
TopicNotifyTopicHandler.NotificationLevel |
TopicNotifyTopicHandler.getNotificationLevel()
Deprecated.
Returns the current add notification level.
|
static TopicNotifyTopicHandler.NotificationLevel |
TopicNotifyTopicHandler.NotificationLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopicNotifyTopicHandler.NotificationLevel[] |
TopicNotifyTopicHandler.NotificationLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TopicNotifyTopicHandler.setNotificationDetails(TopicNotifyTopicHandler.NotificationLevel addLevel,
boolean notifyRemoval,
boolean notifyUpdate)
Deprecated.
This can be used to set the notification details required.
|
void |
TopicNotifyTopicHandler.setNotificationLevel(TopicNotifyTopicHandler.NotificationLevel level)
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.