Package | Description |
---|---|
com.pushtechnology.diffusion.client.callbacks |
Unified API - Callback Interfaces.
|
com.pushtechnology.diffusion.client.features |
Unified API - Standard Client Features.
|
com.pushtechnology.diffusion.client.features.control.clients |
Unified API - Client Control Features.
|
com.pushtechnology.diffusion.client.features.control.topics |
Unified API - Topic Control Features.
|
com.pushtechnology.diffusion.client.session |
Unified API - Sessions.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Stream
An extension of
Callback that allows many callbacks for each call
context. |
Modifier and Type | Class and Description |
---|---|
static class |
Callback.Default
Abstract default callback.
|
static class |
Stream.Default
Abstract default callback.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
Messaging.MessageStream
Stream interface that may be registered to receive messages from this
feature.
|
static interface |
Topics.SubscriberStream
Base subscriber stream interface.
|
static interface |
Topics.TopicStream
Generic stream interface that can be registered to receive topic
subscription, value and delta events.
|
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.MessageStream.Default
Default
Messaging.MessageStream implementation. |
static class |
Topics.SubscriberStream.Default
Default
Topics.SubscriberStream implementation. |
static class |
Topics.TopicStream.Default
Default
Topics.TopicStream implementation. |
static class |
Topics.ValueStream.Default<V>
Default
Topics.ValueStream implementation. |
Modifier and Type | Interface and Description |
---|---|
static interface |
ClientControl.SessionPropertiesCallback
The callback interface for
ClientControl.getSessionProperties(SessionId, Collection, SessionPropertiesCallback)
. |
static interface |
SecurityControl.ConfigurationCallback
The callback interface for use with
getSecurity . |
static interface |
SecurityStoreFeature.UpdateStoreCallback
The callback interface for use with
updateStore . |
static interface |
SystemAuthenticationControl.ConfigurationCallback
The callback interface for
getSystemAuthentication . |
Modifier and Type | Interface and Description |
---|---|
static interface |
MessagingControl.SendToFilterCallback
Callback interface for filtered send operation notifications.
|
static interface |
SubscriptionControl.SubscriptionByFilterCallback
Callback interface for filtered subscriptions and unsubscriptions.
|
static interface |
TopicControl.RemovalCallback
Callback interface for
remove requests when
no context is used. |
static interface |
TopicUpdateControl.Updater.UpdateCallback
Callback for update operations.
|
Modifier and Type | Class and Description |
---|---|
static class |
SubscriptionControl.SubscriptionByFilterCallback.Default
Default implementation of
SubscriptionControl.SubscriptionByFilterCallback . |
static class |
TopicControl.RemovalCallback.Default
A default implementation of
TopicControl.RemoveCallback . |
static class |
TopicUpdateControl.Updater.UpdateCallback.Default
Default updater callback implementation.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
SessionFactory.OpenCallback
Callback interface for non-blocking opening of sessions.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.