此文档已经不再维护。您当前查看的是快照版本。如果想要查看最新版本的文档,请参阅最新版本。
Dubbo 的常规功能,都保持零侵入,但有些功能不得不用 API 侵入才能实现。
API 汇总如下:
org.apache.dubbo.config.ServiceConfig
org.apache.dubbo.config.ReferenceConfig
org.apache.dubbo.config.ProtocolConfig
org.apache.dubbo.config.RegistryConfig
org.apache.dubbo.config.MonitorConfig
org.apache.dubbo.config.ApplicationConfig
org.apache.dubbo.config.ModuleConfig
org.apache.dubbo.config.ProviderConfig
org.apache.dubbo.config.ConsumerConfig
org.apache.dubbo.config.MethodConfig
org.apache.dubbo.config.ArgumentConfig
详细参见:API配置
org.apache.dubbo.config.annotation.DubboService
org.apache.dubbo.config.annotation.DubboReference
详细参见:注解配置
org.apache.dubbo.common.URL
org.apache.dubbo.rpc.RpcException
org.apache.dubbo.rpc.RpcContext
org.apache.dubbo.rpc.service.GenericService
org.apache.dubbo.rpc.service.GenericException
org.apache.dubbo.rpc.service.EchoService
详细参见:回声测试