Package com.pushtechnology.diffusion.client.features.control


package com.pushtechnology.diffusion.client.features.control
Client API : Control Features.

This package provides the control features that allow a client Session to perform control functions.

A control feature represents a unit of functionality that is available to use within a client session. A feature may be obtained from a session using the feature method specifying the feature class. For example:


 TopicControl topicControl = session.feature(TopicControl.class);
 
Since:
5.0
Author:
DiffusionData Limited