DiffusionTM Java API 5.9.4

Package com.pushtechnology.diffusion.client.features

Unified API - Standard Client Features.

See: Description

Package com.pushtechnology.diffusion.client.features Description

Unified API - Standard Client Features.

This package contains the standard client features.

A feature represents a unit of functionality that is available to use within a client session.

Standard client features include:

Topics
This feature allows a client to subscribe to topics in order to receive streaming updates. It also allows a client to fetch the state of topics without having to subscribe to them.

Messaging
This feature allows a client to send messages on a topic (to be delivered to the controller of that topic) or receive messages on topics (send by topic controllers).

Pings
This feature allows a client to ping the server to ensure connectivity and to obtain round trip timings.

Security
This feature allows a client to change it's principal.

A feature may be obtained from a session using the feature method specifying the feature class. For example:


 Topics topics = session.feature(Topics.class);
 
Since:
5.0
DiffusionTM Java API 5.9.4

Copyright © 2016 Push Technology Ltd. All Rights Reserved.