Uses of Interface
com.pushtechnology.diffusion.client.callbacks.Callback
Packages that use Callback
Package
Description
Client API : Callback Interfaces.
Client API : Standard Features.
Client API : Client Control Features.
Client API : Topic Control Features.
-
Uses of Callback in com.pushtechnology.diffusion.client.callbacks
Subinterfaces of Callback in com.pushtechnology.diffusion.client.callbacksModifier and TypeInterfaceDescriptioninterfaceAn extension ofCallbackthat allows many callbacks for each call context.Classes in com.pushtechnology.diffusion.client.callbacks that implement CallbackModifier and TypeClassDescriptionstatic classAbstract default callback.static classAbstract default callback. -
Uses of Callback in com.pushtechnology.diffusion.client.features
Subinterfaces of Callback in com.pushtechnology.diffusion.client.featuresModifier and TypeInterfaceDescriptionstatic interfaceInterface which specifies a request handler to receive request notifications.static interfaceInterface which specifies a request stream to receive request notifications.static interfaceBase subscriber stream interface.static interfaceStream interface that can be registered to receive subscription and value events whenever an update is received from the server.Classes in com.pushtechnology.diffusion.client.features that implement CallbackModifier and TypeClassDescriptionstatic classDefault implementation ofMessaging.FilteredRequestCallback.static classDefaultTopics.SubscriberStreamimplementation.static classDefaultTopics.ValueStreamimplementation. -
Uses of Callback in com.pushtechnology.diffusion.client.features.control.clients
Subinterfaces of Callback in com.pushtechnology.diffusion.client.features.control.clientsModifier and TypeInterfaceDescriptionstatic interfaceA control authenticator.static interfaceHandler for client queue events.static interfaceThe stream to receive for session event listener notifications.static interfaceDeprecated.since 6.11Classes in com.pushtechnology.diffusion.client.features.control.clients that implement CallbackModifier and TypeClassDescriptionstatic classThis provides a default implementation ofClientControl.QueueEventStream.static classThis provides a default implementation ofClientControl.SessionEventStreamwhich will simply log session event callbacks at debug level.static classDeprecated.This provides a default implementation ofClientControl.SessionPropertiesStreamwhich will simply log session properties callbacks at debug level. -
Uses of Callback in com.pushtechnology.diffusion.client.features.control.topics
Subinterfaces of Callback in com.pushtechnology.diffusion.client.features.control.topicsModifier and TypeInterfaceDescriptionstatic interfaceStream called when a session subscribes using a topic selector that matches no topics.static interfaceListener for topic notifications.Classes in com.pushtechnology.diffusion.client.features.control.topics that implement CallbackModifier and TypeClassDescriptionstatic classstatic classDefault listener.