Class WebSocketSubscriptionKey
java.lang.Object
io.datarouter.model.field.BaseFieldSet<K>
io.datarouter.model.key.BaseKey<K>
io.datarouter.model.key.unique.BaseUniqueKey<PK>
io.datarouter.model.key.primary.BasePrimaryKey<PK>
io.datarouter.model.key.primary.base.BaseRegularPrimaryKey<WebSocketSubscriptionKey>
io.datarouter.websocket.storage.subscription.WebSocketSubscriptionKey
- All Implemented Interfaces:
io.datarouter.model.field.FieldSet<WebSocketSubscriptionKey>,io.datarouter.model.key.entity.EntityKey<WebSocketSubscriptionKey>,io.datarouter.model.key.Key<WebSocketSubscriptionKey>,io.datarouter.model.key.primary.EntityPrimaryKey<WebSocketSubscriptionKey,WebSocketSubscriptionKey>,io.datarouter.model.key.primary.PrimaryKey<WebSocketSubscriptionKey>,io.datarouter.model.key.primary.RegularPrimaryKey<WebSocketSubscriptionKey>,io.datarouter.model.key.unique.UniqueKey<WebSocketSubscriptionKey>,io.datarouter.model.serialize.fielder.Fielder<WebSocketSubscriptionKey>,io.datarouter.model.serialize.fielder.PrimaryKeyFielder<WebSocketSubscriptionKey>,Comparable<io.datarouter.model.field.FieldSet<WebSocketSubscriptionKey>>
public class WebSocketSubscriptionKey extends io.datarouter.model.key.primary.base.BaseRegularPrimaryKey<WebSocketSubscriptionKey>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWebSocketSubscriptionKey.FieldKeys -
Field Summary
-
Constructor Summary
Constructors Constructor Description WebSocketSubscriptionKey()WebSocketSubscriptionKey(String topic, String userToken, Long webSocketSessionId) -
Method Summary
Modifier and Type Method Description List<io.datarouter.model.field.Field<?>>getFields()StringgetTopic()StringgetUserToken()LonggetWebSocketSessionId()Methods inherited from class io.datarouter.model.key.primary.base.BaseRegularPrimaryKey
getEntityKey, getEntityKeyFields, getPostEntityKeyFields, prefixFromEntityKeyMethods inherited from class io.datarouter.model.field.BaseFieldSet
compareTo, equals, getFieldNames, getFields, getFieldValue, getFieldValues, hashCode, toString
-
Constructor Details
-
WebSocketSubscriptionKey
public WebSocketSubscriptionKey() -
WebSocketSubscriptionKey
-
-
Method Details