Interface IKey
-
- All Superinterfaces:
IClusterable
,Serializable
- All Known Implementing Classes:
AbstractKey
,PageIdKey
,ResourceNameKey
,ResourceNameTokenKey
public interface IKey extends IClusterable
A marker interface for keys that are used to find a web socket connection inIWebSocketConnectionRegistry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getContext()
-
-
-
Method Detail
-
getContext
String getContext()
- Returns:
- return a context for the key. This could be, for instance, a page class name or a resource class name. I.e. something that allow to discriminate keys along different pages.
-
-