MqttServerPublishTopicPayload 方法 |
名称 | 说明 | |
---|---|---|
PublishTopicPayload(String, Byte, Boolean) |
从服务器向订阅了指定的主题的客户端发送消息,默认消息不驻留 Sends a message from the server to a client that subscribes to the specified topic; the default message does not retain | |
PublishTopicPayload(MqttSession, String, Byte) |
向指定的客户端发送主题及负载数据 Sends the topic and payload data to the specified client | |
PublishTopicPayload(String, Byte, Boolean, FuncMqttSession, Boolean) |
使用指定的规则向客户端发布主题及负载数据,可以根据会话的登录用户名,客户端ID信息进行筛选,例如只发布用户名admin的账户:( session ) => session.UserName == "admin" Use the specified rules to publish topic and load data to the client, which can be filtered according to the session login user name and client ID information. For example, only the account with the user name admin is published: ( session ) => session.UserName == "admin" | |
PublishTopicPayload(String, String, Byte, Boolean) |
向指定的客户端ID强制发送消息,默认消息不驻留 Forces a message to the specified client ID, and the default message does not retain |