记录

摘要: 记录下dubbo的主要流程 DubboBeanDefinitionParser 解析为ServiceBean,未配置延迟暴露,就在afterPropertiesSet 中export,配置了就在容器初始化完成,发ContextRefreshEvent后,在onApplicationEvent里面暴露 阅读全文
posted @ 2018-06-05 23:49 newlx 阅读(129) 评论(0) 推荐(0)

spring

摘要: 简要记录下ProxyFactoryBean的分析。 proxyFactoryBean 里面,对于Advice类,如MethodBeforeAdvice,AfterRetruningAdvice,ThrowsAdvice 都会转化为MethodInterceptor再起作用 interceptorNa 阅读全文
posted @ 2018-05-27 23:04 newlx 阅读(106) 评论(0) 推荐(0)

rocketmq

摘要: 为什么QueueData要是列表,因为一个topic可能存在于不同的broker上面。表示的含义是某个topic在broker里面有几个队列。 之余broker启动时候的,ConsumerOffsetManage 里面 阅读全文
posted @ 2018-04-21 22:26 newlx 阅读(135) 评论(0) 推荐(0)