Package | Description |
---|---|
com.pushtechnology.diffusion.client.features.control.topics |
Unified API - Topic Control Features.
|
Class and Description |
---|
MessagingControl.MessageHandler
Handler interface for receiving messages from clients, with associated
content and other optional information.
|
MessagingControl.SendCallback
Callback interface for send operation notifications.
|
MessagingControl.SendContextCallback
Contextual callback interface for send operation notifications.
|
MessagingControl.SendToFilterCallback
Callback interface for filtered send operation notifications.
|
MessagingControl.SendToFilterContextCallback
Callback interface for filtered send operation notifications that have an
associated context.
|
SubscriptionControl.RoutingSubscriptionRequest
Encapsulates a request to subscribe to Routing Topic and a mechanism for
performing the subscription.
|
SubscriptionControl.RoutingSubscriptionRequest.Handler
Handler for routing subscription requests.
|
SubscriptionControl.SubscriptionByFilterCallback
Callback interface for filtered subscriptions and unsubscriptions.
|
SubscriptionControl.SubscriptionByFilterContextCallback
Callback interface for filtered subscriptions and unsubscriptions that
have an associated context.
|
SubscriptionControl.SubscriptionCallback
Callback interface to receive status notifications for subscription and
unsubscription operations.
|
SubscriptionControl.SubscriptionContextCallback
Contextual callback interface to receive status notifications for
subscription and unsubscription operations.
|
TopicAddFailReason
The reason for failure to add a topic.
|
TopicControl.AddCallback
Callback interface for adding topics when no context is provided.
|
TopicControl.AddContextCallback
Contextual callback interface for adding topics.
|
TopicControl.MissingTopicHandler
Handler called when a client session subscribes or fetches using a topic
selector that matches no topics.
|
TopicControl.MissingTopicNotification
Notification that a session has made a request using a selector that does
not match any topics.
|
TopicControl.RemovalCallback
Callback interface for
remove requests when
no context is used. |
TopicControl.RemovalContextCallback
Contextual callback interface for
remove requests. |
TopicControl.RemoveCallback
Deprecated.
since 5.9 use of the
TopicControl.remove(String, RemovalCallback)
interface is preferred. |
TopicControl.RemoveContextCallback
Deprecated.
since 5.9 use of the
TopicControl.remove(String, Object, RemovalContextCallback)
interface is preferred. |
TopicControl.TopicEventListener
Listener for topic events from the server.
|
TopicUpdateControl.Updater
An Updater provides methods for updating topics.
|
TopicUpdateControl.Updater.UpdateCallback
Callback for update operations.
|
TopicUpdateControl.Updater.UpdateContextCallback
Contextual callback for update operations.
|
TopicUpdateControl.UpdateSource
A source of updates which may be registered in order to update parts of
the topic tree.
|
TopicUpdateControl.ValueUpdater
An updater that may be used to update topics of a certain type by
specifying new values.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.