Uses of Interface
com.pushtechnology.diffusion.client.session.Feature
Packages that use Feature
Package
Description
Client API : Standard Features.
Client API : Control Features.
Client API : Client Control Features.
Client API : Topic Control Features.
Client API : Topic View Features.
Client API : Sessions.
-
Uses of Feature in com.pushtechnology.diffusion.client.features
Subinterfaces of Feature in com.pushtechnology.diffusion.client.featuresModifier and TypeInterfaceDescriptioninterface
This feature provides a client session with request-response messaging capabilities that can be used to implement application services.interface
This feature provides a client session with the ability to test its connection to the server.interface
This feature provides a client session with the ability to re-authenticate the session, as well as to query permissions assigned to it.interface
This feature allows a session to update and query time series topics.interface
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
This feature provides a client session with the ability to update topics. -
Uses of Feature in com.pushtechnology.diffusion.client.features.control
Subinterfaces of Feature in com.pushtechnology.diffusion.client.features.controlModifier and TypeInterfaceDescriptioninterface
This feature allows a client to configure metric collectors.interface
This feature allows a client session to manage remote servers. -
Uses of Feature in com.pushtechnology.diffusion.client.features.control.clients
Subinterfaces of Feature in com.pushtechnology.diffusion.client.features.control.clientsModifier and TypeInterfaceDescriptioninterface
This feature allows a client session to authenticate the credentials of other sessions, and optionally revoke such authentications.interface
This feature provides the ability for a client session to control other client sessions.interface
This feature allows a client session to query and update the security store.interface
The super interface for features that update security stores.interface
This feature allows a client session to query and update the system authentication store. -
Uses of Feature in com.pushtechnology.diffusion.client.features.control.topics
Subinterfaces of Feature in com.pushtechnology.diffusion.client.features.control.topicsModifier and TypeInterfaceDescriptioninterface
This feature allows a client session to configure session trees.interface
This feature allows a session to subscribe or unsubscribe other sessions to topics, on a single server or across a cluster.interface
This feature allows a session to manage topics.interface
This feature allows a client session to receive notifications about changes to selected topics. -
Uses of Feature in com.pushtechnology.diffusion.client.features.control.topics.views
Subinterfaces of Feature in com.pushtechnology.diffusion.client.features.control.topics.viewsModifier and TypeInterfaceDescriptioninterface
This feature allows a client session to manage topic views. -
Uses of Feature in com.pushtechnology.diffusion.client.session
Methods in com.pushtechnology.diffusion.client.session with type parameters of type Feature