您的位置:首页

Dubbo -- 系统学习 笔记 -- API参考手册

2017-06-09 19:26 519 查看
Dubbo -- 系统学习 笔记 -- 目录

API参考手册

配置API

注解API

模型API

上下文API

服务API

API参考手册

  Dubbo的常规功能,都保持零侵入,但有些功能不得不用API侵入才能实现。

API汇总如下:

配置API

com.alibaba.dubbo.config.ServiceConfig

com.alibaba.dubbo.config.ReferenceConfig

com.alibaba.dubbo.config.ProtocolConfig

com.alibaba.dubbo.config.RegistryConfig

com.alibaba.dubbo.config.MonitorConfig

com.alibaba.dubbo.config.ApplicationConfig

com.alibaba.dubbo.config.ModuleConfig

com.alibaba.dubbo.config.ProviderConfig

com.alibaba.dubbo.config.ConsumerConfig

com.alibaba.dubbo.config.MethodConfig

com.alibaba.dubbo.config.ArgumentConfig

参见:API配置

注解API

com.alibaba.dubbo.config.annotation.Service

com.alibaba.dubbo.config.annotation.Reference

参见:注解配置

模型API

com.alibaba.dubbo.common.URL

com.alibaba.dubbo.rpc.RpcException

上下文API

com.alibaba.dubbo.rpc.RpcContext

参见:上下文信息 & 对方地址 & 隐式传参 & 异步调用

服务API

com.alibaba.dubbo.rpc.service.GenericService

com.alibaba.dubbo.rpc.service.GenericException

参见:泛化引用 & 泛化实现

com.alibaba.dubbo.rpc.service.EchoService

参见:回声测试

啦啦啦
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: