![Avatar notebook default](https://cdn2.jianshu.io/assets/default_avatar/avatar-notebook-default-640f7dde88592bdf6417d8ce1902636e.png)
客户端服务接口所持有的对象为RefererInvocationHandler,jdk的代理实现,invoke调用,先封装DefaultReque...
Motan refer 简要处理流程 由AnnotationBean的postProcessBeforeInitialization方法开始 R...
Motan service export 简要处理流程 由AnnotationBean的postProcessAfterInitializati...
Motan的两个注解 Spi,在Motan中如果要使用SPI机制,则暴露出来的接口要使用@Spi注解标注,并且可以指定该接口的的实现者在创建对象...
通过配置文件XML启动,入口处理也是AbstractApplicationContext类中的refresh方法,但xml是在这个调用中处理的C...
Motan spring-boot启动实际上是Motan注解方式的启动流程,入口类为motan-springsupport中的Annotatio...
在写start-motan时,已经加入自动注册的功能,自然要考虑服务下线的功能,其在github上也写如何优化关机,下面尝试在start中加入该...
现在在项目中已经应用了spring-boot,其有很多starter方便使用,因此打算写一个motan的starter,用起来更像spring-...
之前大概看过dubbox的源码,跟踪调试过代码,到现在也忘的差不多了。最近闲来无事瞄了眼新浪微博的RPC框架Motan,相比dubbox满屏的工...
文集作者