点击或拖拽改变大小

WebSocketServerPublishClientPayload 方法

重载列表
  名称说明
公共方法PublishClientPayload(String, Byte)
向订阅了topic主题的客户端发送二进制的消息,注意:二进制数据无法设置为消息驻留
Send binary messages to the clients that have subscribed to the topic. Note: Binary data cannot be set for message residence
公共方法PublishClientPayload(String, String)
向订阅了topic主题的客户端发送消息
Send messages to clients subscribed to topic
公共方法PublishClientPayload(String, String, Boolean)
向订阅了topic主题的客户端发送消息
Send messages to clients subscribed to topic
Top
参见