Uses of Class
io.datarouter.websocket.storage.subscription.WebSocketSubscriptionKey
| Package | Description |
|---|---|
| io.datarouter.websocket.storage.subscription |
-
Uses of WebSocketSubscriptionKey in io.datarouter.websocket.storage.subscription
Methods in io.datarouter.websocket.storage.subscription that return WebSocketSubscriptionKey Modifier and Type Method Description WebSocketSubscriptionKeyWebSocketSubscriptionByUserTokenKey. getTargetKey()Methods in io.datarouter.websocket.storage.subscription that return types with arguments of type WebSocketSubscriptionKey Modifier and Type Method Description io.datarouter.model.databean.FieldlessIndexEntry<WebSocketSubscriptionByUserTokenKey,WebSocketSubscriptionKey,WebSocketSubscription>WebSocketSubscriptionByUserTokenKey. createFromDatabean(WebSocketSubscription target)Supplier<WebSocketSubscriptionKey>WebSocketSubscription. getKeySupplier()io.datarouter.scanner.Scanner<WebSocketSubscriptionKey>DatarouterWebSocketSubscriptionDao. scanKeys()io.datarouter.scanner.Scanner<WebSocketSubscriptionKey>DatarouterWebSocketSubscriptionDao. scanKeysWithPrefix(WebSocketSubscriptionKey prefix)Methods in io.datarouter.websocket.storage.subscription with parameters of type WebSocketSubscriptionKey Modifier and Type Method Description voidDatarouterWebSocketSubscriptionDao. delete(WebSocketSubscriptionKey key)io.datarouter.scanner.Scanner<WebSocketSubscriptionKey>DatarouterWebSocketSubscriptionDao. scanKeysWithPrefix(WebSocketSubscriptionKey prefix)Method parameters in io.datarouter.websocket.storage.subscription with type arguments of type WebSocketSubscriptionKey Modifier and Type Method Description voidDatarouterWebSocketSubscriptionDao. deleteMulti(Collection<WebSocketSubscriptionKey> keys)Constructors in io.datarouter.websocket.storage.subscription with parameters of type WebSocketSubscriptionKey Constructor Description WebSocketSubscription(WebSocketSubscriptionKey key, String comment)