MqttServerRegisterMqttRpcApi 方法 |
名称 | 说明 | |
---|---|---|
RegisterMqttRpcApi(Object) |
注册一个RPC的服务接口,可以指定当前的控制器名称,以及提供RPC服务的原始对象 Register an RPC service interface, you can specify the current controller name, and the original object that provides the RPC service | |
RegisterMqttRpcApi(String, Object) |
注册一个RPC的服务接口,可以指定当前的控制器名称,以及提供RPC服务的原始对象 Register an RPC service interface, you can specify the current controller name, and the original object that provides the RPC service | |
RegisterMqttRpcApi(String, Object, HslMqttPermissionAttribute) |
注册一个RPC的服务接口,可以指定当前的控制器名称,以及提供RPC服务的原始对象,指定统一的权限控制。 Register an RPC service interface, you can specify the current controller name, and the original object that provides the RPC service, Specify unified access control |