Package | Description |
---|---|
com.pushtechnology.diffusion.client.callbacks |
Client API : Callback Interfaces.
|
com.pushtechnology.diffusion.client.features |
Client API : Standard Features.
|
com.pushtechnology.diffusion.client.features.control.clients |
Client API : Client Control Features.
|
com.pushtechnology.diffusion.client.features.control.topics |
Client API : Topic Control Features.
|
Modifier and Type | Class and Description |
---|---|
static class |
Stream.Default
Abstract default callback.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
Messaging.RequestHandler<T,R>
Interface which specifies a request handler to receive request
notifications.
|
static interface |
Messaging.RequestStream<T,R>
Interface which specifies a request stream to receive request
notifications.
|
static interface |
Topics.SubscriberStream
Base subscriber stream interface.
|
static interface |
Topics.ValueStream<V>
Stream interface that can be registered to receive subscription and value
events whenever an update is received from the server.
|
Modifier and Type | Class and Description |
---|---|
static class |
Messaging.FilteredRequestCallback.Default<R>
Default implementation of
Messaging.FilteredRequestCallback . |
static class |
Topics.SubscriberStream.Default
Default
Topics.SubscriberStream implementation. |
static class |
Topics.ValueStream.Default<V>
Default
Topics.ValueStream implementation. |
Modifier and Type | Method and Description |
---|---|
void |
Topics.removeStream(Stream stream)
Remove a stream.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
AuthenticationControl.ControlAuthenticator
A control authenticator.
|
static interface |
ClientControl.QueueEventStream
Handler for client queue events.
|
static interface |
ClientControl.SessionEventStream
The stream to receive for session event listener notifications.
|
static interface |
ClientControl.SessionPropertiesStream
Deprecated.
since 6.11
Use the new |
Modifier and Type | Class and Description |
---|---|
static class |
ClientControl.QueueEventStream.Default
This provides a default implementation of
ClientControl.QueueEventHandler . |
static class |
ClientControl.SessionEventStream.Default
This provides a default implementation of
ClientControl.SessionEventStream
which will simply log session event callbacks at debug level. |
static class |
ClientControl.SessionPropertiesStream.Default
Deprecated.
This provides a default implementation of
ClientControl.SessionPropertiesStream which will simply log session
properties callbacks at debug level. |
Modifier and Type | Interface and Description |
---|---|
static interface |
TopicControl.MissingTopicNotificationStream
Stream called when a session subscribes using a topic selector that
matches no topics.
|
static interface |
TopicNotifications.TopicNotificationListener
Listener for topic notifications.
|
Modifier and Type | Class and Description |
---|---|
static class |
TopicControl.MissingTopicNotificationStream.Default
|
static class |
TopicNotifications.TopicNotificationListener.Default
Default listener.
|
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.