Interface Feature
- All Known Subinterfaces:
AuthenticationControl
,ClientControl
,Messaging
,Metrics
,Pings
,RemoteServers
,Security
,SecurityControl
,SecurityStoreFeature
,SessionTrees
,SubscriptionControl
,SystemAuthenticationControl
,TimeSeries
,TopicControl
,TopicNotifications
,Topics
,TopicUpdate
,TopicViews
public interface Feature
This is the base interface for features that may be added directly to a
client
session
.
A feature is a unit of functionality that is available to a client session.
- Since:
- 5.0
- Author:
- DiffusionData Limited
-
Method Summary
Modifier and TypeMethodDescriptionThis returns the session that the feature applies to.
-
Method Details
-
getSession
Session getSession()This returns the session that the feature applies to.- Returns:
- the associated session
-