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>,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, String comment) -
Method Summary
Modifier and Type Method Description StringgetComment()Supplier<WebSocketSubscriptionKey>getKeySupplier()voidsetComment(String comment)
-
Constructor Details
-
WebSocketSubscription
public WebSocketSubscription() -
WebSocketSubscription
-
-
Method Details