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 TypeInterfaceDescriptioninterface
An extension ofCallback
that allows many callbacks for each call context.Classes in com.pushtechnology.diffusion.client.callbacks that implement CallbackModifier and TypeClassDescriptionstatic class
Abstract default callback.static class
Abstract default callback. -
Uses of Callback in com.pushtechnology.diffusion.client.features
Subinterfaces of Callback in com.pushtechnology.diffusion.client.featuresModifier and TypeInterfaceDescriptionstatic interface
Interface which specifies a request handler to receive request notifications.static interface
Interface which specifies a request stream to receive request notifications.static interface
Base subscriber stream interface.static interface
Stream 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 class
Default implementation ofMessaging.FilteredRequestCallback
.static class
DefaultTopics.SubscriberStream
implementation.static class
DefaultTopics.ValueStream
implementation. -
Uses of Callback in com.pushtechnology.diffusion.client.features.control.clients
Subinterfaces of Callback in com.pushtechnology.diffusion.client.features.control.clientsModifier and TypeInterfaceDescriptionstatic interface
A control authenticator.static interface
Handler for client queue events.static interface
The stream to receive for session event listener notifications.static interface
Deprecated.since 6.11Classes in com.pushtechnology.diffusion.client.features.control.clients that implement CallbackModifier and TypeClassDescriptionstatic class
This provides a default implementation ofClientControl.QueueEventStream
.static class
This provides a default implementation ofClientControl.SessionEventStream
which will simply log session event callbacks at debug level.static class
Deprecated.This provides a default implementation ofClientControl.SessionPropertiesStream
which 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 interface
Stream called when a session subscribes using a topic selector that matches no topics.static interface
Listener for topic notifications.Classes in com.pushtechnology.diffusion.client.features.control.topics that implement CallbackModifier and TypeClassDescriptionstatic class
static class
Default listener.