Package | Description |
---|---|
com.pushtechnology.diffusion.client.features |
Client API : Standard Features.
|
com.pushtechnology.diffusion.client.features.control |
Client API : Control 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.
|
com.pushtechnology.diffusion.client.features.control.topics.views |
Client API : Topic View Features.
|
com.pushtechnology.diffusion.client.session |
Client API : Sessions.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Messaging
This feature provides a client session with request-response messaging
capabilities that can be used to implement application services.
|
interface |
Pings
This feature provides a client session with the ability to test its
connection to the server.
|
interface |
Security
This feature provides a client session with the ability to change its
associated principal as well as to query permissions assigned to it.
|
interface |
TimeSeries
This feature allows a session to update and query time series topics.
|
interface |
Topics
This feature allows a client session to subscribe to topics to receive
streamed topic updates, fetch the state of topics and/or update topics with
new values.
|
interface |
TopicUpdate
This feature provides a client session with the ability to update topics.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Metrics
This feature allows a client to configure metric collectors.
|
interface |
RemoteServers
This feature allows a client session to manage remote servers.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AuthenticationControl
This feature allows a client session to authenticate the credentials of other
sessions.
|
interface |
ClientControl
This feature provides the ability for a client session to control other
client sessions.
|
interface |
SecurityControl
This feature allows a client session to query and update the security store.
|
interface |
SecurityStoreFeature
The super interface for features that update security stores.
|
interface |
SystemAuthenticationControl
This feature allows a client session to query and update the system
authentication store.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SessionTrees
This feature allows a client session to configure session trees.
|
interface |
SubscriptionControl
This feature allows a session to subscribe or unsubscribe other sessions to
topics.
|
interface |
TopicControl
This feature allows a session to manage topics.
|
interface |
TopicNotifications
This feature allows a client session to receive notifications about changes
to selected topics.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TopicViews
This feature allows a client session to manage topic views.
|
Modifier and Type | Method and Description |
---|---|
<T extends Feature> |
Session.feature(Class<T> featureInterface)
Obtain a feature.
|
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.