Class WebSocketSubscriptionService.WebSocketSubscriptionRequest

java.lang.Object
io.datarouter.websocket.service.WebSocketSubscriptionService.WebSocketSubscriptionRequest
Enclosing class:
WebSocketSubscriptionService

public static class WebSocketSubscriptionService.WebSocketSubscriptionRequest
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    io.datarouter.websocket.service.WebSocketSubscriptionService.WebSocketSubscriptionCommand command  
    java.lang.String topic  
  • Constructor Summary

    Constructors 
    Constructor Description
    WebSocketSubscriptionRequest()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • command

      public io.datarouter.websocket.service.WebSocketSubscriptionService.WebSocketSubscriptionCommand command
    • topic

      public java.lang.String topic
  • Constructor Details