Class TopicRequest

java.lang.Object
com.bytedesk.core.base.BaseRequest
com.bytedesk.core.topic.TopicRequest
All Implemented Interfaces:
Serializable

public class TopicRequest extends BaseRequest
See Also:
  • Field Details

    • topic

      private String topic
    • topics

      private Set<String> topics
    • clientIds

      private Set<String> clientIds
      current online clientIds
  • Constructor Details

    • TopicRequest

      public TopicRequest()