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

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

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

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

相信大家對(duì)什么是Dubbo已經(jīng)有所了解,那么,Dubbo消費(fèi)者配置的方法有哪些?動(dòng)力節(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)建一個(gè)可以在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教程,里面還有更豐富的知識(shí)等著大家去學(xué)習(xí),希望對(duì)大家能夠有所幫助。

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

免費(fèi)課程推薦 >>
技術(shù)文檔推薦 >>
主站蜘蛛池模板: 国产a久久精品一区二区三区 | 2019年国产高清情侣视频 | 国产精品成人一区二区 | 亚洲精品国产自在久久出水 | er久99久热只有精品国产 | 99热热热| 欧美一级特黄一片免费 | 久久不卡免费视频 | 91福利在线免费观看 | 综合久久一区二区三区 | 国产精品久久久久国产精品三级 | 一级毛片无毒不卡直接观看 | 91精品免费国产高清在线 | 欧美亚洲大片 | 欧美国产大片 | 99精品国产三级在线观看 | 国产香港特级一级毛片 | 日韩欧美综合在线二区三区 | 最新国产网站 | 久久婷婷五综合一区二区 | 久操热久操 | 三极毛片 | 一区二区三区免费在线视频 | 国产热re99久久6国产精品 | 久久天天躁综合夜夜黑人鲁色 | 欧美日韩中文字幕在线手机版本 | 亚洲在线欧美 | 黄色在线视频网站 | 小视频在线免费观看 | 九九全国免费视频 | 国产综合视频在线 | 日韩 成人 | 亚洲国产韩国一区二区 | 五月婷婷开心综合 | 四虎影视库永久在线地址 | 九九在线 | 国产精品国产欧美综合一区 | 两性视频久久 | 中文字幕日韩一区二区三区不 | 国产一级黄色录像 | 欧美日韩中文视频 |