|
@@ -2,9 +2,9 @@ package com.xy.feign;
|
|
|
|
|
|
import com.xy.FeignInterceptor;
|
|
import com.xy.FeignInterceptor;
|
|
import com.xy.consts.ServiceConsts;
|
|
import com.xy.consts.ServiceConsts;
|
|
-import com.xy.service.MsgSendApiService;
|
|
|
|
|
|
+import com.xy.service.MsgMqttConsumer;
|
|
import org.springframework.cloud.openfeign.FeignClient;
|
|
import org.springframework.cloud.openfeign.FeignClient;
|
|
|
|
|
|
@FeignClient(value = ServiceConsts.SERVICE_NAME, configuration = FeignInterceptor.class)
|
|
@FeignClient(value = ServiceConsts.SERVICE_NAME, configuration = FeignInterceptor.class)
|
|
-public interface SysMsgSendFeign extends MsgSendApiService {
|
|
|
|
|
|
+public interface SysMsgMqttConsumerFeign extends MsgMqttConsumer {
|
|
}
|
|
}
|