大战熟女丰满人妻av-荡女精品导航-岛国aaaa级午夜福利片-岛国av动作片在线观看-岛国av无码免费无禁网站-岛国大片激情做爰视频

專注Java教育14年 全國咨詢/投訴熱線:400-8080-105
動力節(jié)點(diǎn)LOGO圖
始于2009,口口相傳的Java黃埔軍校
首頁 hot資訊 Dubbo消費(fèi)者配置的方法

Dubbo消費(fèi)者配置的方法

更新時間:2022-12-06 10:11:29 來源:動力節(jié)點(diǎn) 瀏覽1993次

相信大家對什么是Dubbo已經(jīng)有所了解,那么,Dubbo消費(fèi)者配置的方法有哪些?動力節(jié)點(diǎn)小編來告訴大家。

消費(fèi)者配置詳解

Dubbo Consumer的配置有3種方式:XML配置、API調(diào)用方式配置、注解方式配置。

XML配置

最簡單的配置示例:

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
    Xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    Xmlns:dubbo="http://dubbo.apache.org/schema/dubbo"
    Xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.3.xsd http://dubbo.apache.org/schema /dubbo http://dubbo.apache.org/schema/dubbo/dubbo.xsd">
    <dubbo:application name="hello-world-app" />
    <dubbo:registry address="multicast://224.5.6.7:1234" />
    <dubbo:protocol name="dubbo" port="20880" />
    <dubbo:reference id="demoServiceRemote" interface="com.alibaba.dubbo.demo.DemoService" />
</beans>

注解

參考注解遠(yuǎn)程服務(wù)

Public class AnnotationConsumeService {
    @com.alibaba.dubbo.config.annotation.Reference
    Public AnnotateService annotateService;
    // ...
}

這種方式的配置和前面xml中的配置是一樣的。

api直接觸發(fā)

Import com.alibaba.dubbo.rpc.config.ApplicationConfig;
Import com.alibaba.dubbo.rpc.config.RegistryConfig;
Import com.alibaba.dubbo.rpc.config.ConsumerConfig;
Import com.alibaba.dubbo.rpc.config.ReferenceConfig;
Import com.xxx.XxxService;
// current application configuration
ApplicationConfig application = new ApplicationConfig();
application.setName("yyy");
// Connect to the registry configuration
RegistryConfig registry = new RegistryConfig();
registry.setAddress("10.20.130.230:9090");
registry.setUsername("aaa");
registry.setPassword("bbb");
// Note: ReferenceConfig is a heavy object that internally encapsulates the connection to the registry and the connection to the service provider.
// reference remote service
ReferenceConfig<XxxService> reference = new ReferenceConfig<XxxService>(); // This instance is heavy, encapsulates the connection to the registry and the connection to the provider, please cache it yourself, otherwise it may cause memory and connection leaks.
reference.setApplication(application);
reference.setRegistry(registry); // Multiple registries can use setRegistries()
reference.setInterface(XxxService.class);
reference.setVersion("1.0.0");
// Use xxxService like local beans
XxxService xxxService = reference.get();

方法特殊設(shè)置

// Method level configuration
List<MethodConfig> methods = new ArrayList<MethodConfig>();
MethodConfig method = new MethodConfig();
method.setName("createXxx");
method.setTimeout(10000);
method.setRetries(0);
Methods.add(method);
// reference remote service
ReferenceConfig<XxxService> reference = new ReferenceConfig<XxxService>(); // This instance is heavy, encapsulates the connection to the registry and the connection to the provider, please cache it yourself, otherwise it may cause memory and connection leaks.
...
reference.setMethods(methods); // Set method level configuration

消費(fèi)者調(diào)用遠(yuǎn)程服務(wù)

需要通過 Dubbo 調(diào)用遠(yuǎn)程服務(wù)。具體步驟如下:

1.創(chuàng)建項(xiàng)目 如果已經(jīng)有項(xiàng)目,可以忽略。創(chuàng)建一個可以在https://start.spring.io/創(chuàng)建的 spring boot 項(xiàng)目。服務(wù)的提供者已在提供者部分定義。

2.調(diào)用服務(wù)

@RestController
Public class UserTestController{
    @Autowired
    Private UserReadService userReadService;
    @RequestMapping("/user/getById")
    Public String getUserById(Long id){
        // just test
        Return userReadService.getUserById(id).toString();
    }
}

3.Dubbo配置

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
    Xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    Xmlns:dubbo="http://dubbo.apache.org/schema/dubbo"
    Xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.3.xsd http://dubbo.apache.org/schema /dubbo http://dubbo.apache.org/schema/dubbo/dubbo.xsd">
    <dubbo:application name="hello-world-app" />
    <dubbo:registry address="multicast://224.5.6.7:1234" />
    <dubbo:protocol name="dubbo" port="20880" />
    <dubbo:reference id="userReadService" interface="com.package.UserReadService"check="false" />
</beans>

以上就是關(guān)于“Dubbo消費(fèi)者配置的方法”介紹,大家如果想了解更多可查看Dubbo教程,里面還有更豐富的知識等著大家去學(xué)習(xí),希望對大家能夠有所幫助。

提交申請后,顧問老師會電話與您溝通安排學(xué)習(xí)

免費(fèi)課程推薦 >>
技術(shù)文檔推薦 >>
主站蜘蛛池模板: 日日噜噜噜夜夜爽爽狠狠69 | 九九热视频在线播放 | 中文字幕国产精品 | 日韩 亚洲 中文 图片 小说 | 中文字幕观看 | 婷婷五月色综合香五月 | 亚洲成人日韩 | 色播99| 国产成人精品久久 | 国产欧美中文字幕 | 国产精品久久久亚洲 | 亚洲综合色婷婷 | 黄色成人在线播放 | 亚洲精品视频网 | 天天舔天天射天天操 | 国产一区二区精品久久 | 中文字幕免费在线观看 | 国产精品高清久久久久久久 | 亚洲精品综合一区二区三区在线 | 欧美激情_区二区三区 | 青青国产成人久久91网 | 亚洲精品视频在线 | 日本 a | 99热在线精品观看 | 久久综合99re88久久爱 | 一级黄色网 | 日韩不卡一区二区三区 | 天天摸天天操天天射 | 免费观看美女光子让男人玩 | 欧美特黄a级高清免费大片 欧美特黄a级猛片a级 | 亚洲欧美综合视频 | 国产综合色在线视频播放线视 | www欧美| 亚洲第一区视频在线观看 | 国产一级精品高清一级毛片 | 91福利社| 台湾一级毛片永久免费 | 996re免费热在线视频手机 | 天天干狠狠 | 国产精品久久久久久搜索 | 乱子伦免费视频中文字幕 |