Package | Description |
---|---|
com.pushtechnology.diffusion.client.callbacks |
Unified API - Callback Interfaces.
|
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 |
ContextStream<C>
An extension of
ContextCallback that allows many callbacks for each
call context. |
Modifier and Type | Class and Description |
---|---|
static class |
ContextCallback.Default<C>
Abstract default callback.
|
static class |
ContextStream.Default<C>
Abstract default callback.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
ClientControl.SessionPropertiesContextCallback<C>
Contextual callback interface for
ClientControl.getSessionProperties(SessionId, Collection, Object, SessionPropertiesContextCallback)
. |
static interface |
SecurityControl.ConfigurationContextCallback<C>
The contextual callback interface for use with
getSecurity . |
static interface |
SecurityStoreFeature.UpdateStoreContextCallback<C>
The contextual callback interface for use with
updateStore . |
static interface |
SystemAuthenticationControl.ConfigurationContextCallback<C>
The contextual callback interface for
SystemAuthenticationControl.ConfigurationCallback for
getSystemAuthentication . |
Modifier and Type | Interface and Description |
---|---|
static interface |
MessagingControl.SendToFilterContextCallback<C>
Callback interface for filtered send operation notifications that have an
associated context.
|
static interface |
SubscriptionControl.SubscriptionByFilterContextCallback<C>
Callback interface for filtered subscriptions and unsubscriptions that
have an associated context.
|
static interface |
TopicControl.RemovalContextCallback<C>
Contextual callback interface for
remove requests. |
static interface |
TopicUpdateControl.Updater.UpdateContextCallback<C>
Contextual callback for update operations.
|
Modifier and Type | Class and Description |
---|---|
static class |
SubscriptionControl.SubscriptionByFilterContextCallback.Default<C>
Default implementation of
SubscriptionControl.SubscriptionByFilterContextCallback
. |
static class |
TopicControl.RemovalContextCallback.Default<C>
A default implementation of
TopicControl.RemovalContextCallback . |
static class |
TopicUpdateControl.Updater.UpdateContextCallback.Default<C>
Default updater callback implementation with context.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
SessionFactory.OpenContextCallback<C>
Contextual version of
SessionFactory.OpenCallback for use with
SessionFactory.open(String, Object, OpenContextCallback) |
Copyright © 2016 Push Technology Ltd. All Rights Reserved.