@Service public class MqttRestService extends Object
| Constructor and Description |
|---|
MqttRestService(IaContext iaContext,
ServiceScanner jarServiceScanner) |
| Modifier and Type | Method and Description |
|---|---|
JsonResult<String> |
deleteSub(com.alibaba.fastjson2.JSONObject body) |
JsonResult<String> |
registerSub(com.alibaba.fastjson2.JSONObject subJson) |
void |
setOperaRouteConfig(OperaRouteConfig operaRouteConfig) |
void |
updateOperaRoute(String operaCode,
List<String> subGroupServerList) |
public MqttRestService(IaContext iaContext, ServiceScanner jarServiceScanner)
@Autowired public void setOperaRouteConfig(OperaRouteConfig operaRouteConfig)
public JsonResult<String> registerSub(com.alibaba.fastjson2.JSONObject subJson)
public JsonResult<String> deleteSub(com.alibaba.fastjson2.JSONObject body)
public void updateOperaRoute(String operaCode, List<String> subGroupServerList) throws InterruptedException, IOException, RegisterException
Copyright © 2025. All rights reserved.