Interface IKey
- All Superinterfaces:
IClusterable
,Serializable
- All Known Implementing Classes:
AbstractKey
,PageIdKey
,ResourceNameKey
,ResourceNameTokenKey
A marker interface for keys that are used to find a web socket
connection in
IWebSocketConnectionRegistry
-
Method Summary
-
Method Details
-
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.
-