Class WebSocketSubscription
java.lang.Object
io.datarouter.model.databean.BaseDatabean<WebSocketSubscriptionKey,WebSocketSubscription>
io.datarouter.websocket.storage.subscription.WebSocketSubscription
- All Implemented Interfaces:
io.datarouter.model.databean.Databean<WebSocketSubscriptionKey,WebSocketSubscription>,java.lang.Comparable<io.datarouter.model.databean.Databean<?,?>>
public class WebSocketSubscription extends io.datarouter.model.databean.BaseDatabean<WebSocketSubscriptionKey,WebSocketSubscription>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWebSocketSubscription.FieldKeysstatic classWebSocketSubscription.WebSocketSubscriptionFielder -
Field Summary
-
Constructor Summary
Constructors Constructor Description WebSocketSubscription()WebSocketSubscription(WebSocketSubscriptionKey key, java.lang.String comment) -
Method Summary
Modifier and Type Method Description java.lang.StringgetComment()java.lang.Class<WebSocketSubscriptionKey>getKeyClass()voidsetComment(java.lang.String comment)
-
Constructor Details
-
WebSocketSubscription
public WebSocketSubscription() -
WebSocketSubscription
-
-
Method Details
-
getKeyClass
-
getComment
public java.lang.String getComment() -
setComment
public void setComment(java.lang.String comment)
-