Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

增加StrategyInterceptor属性可设置 #63

Open
jhunters opened this issue Feb 20, 2020 · 0 comments
Open

增加StrategyInterceptor属性可设置 #63

jhunters opened this issue Feb 20, 2020 · 0 comments

Comments

@jhunters
Copy link
Collaborator

jhunters commented Feb 20, 2020

增加StrategyInterceptor属性可设置, 可以从 com.baidu.jprotobuf.pbrpc.spring.HaRpcProxyFactoryBean 对象进行设置

<bean id="echoServiceProxy" class="com.baidu.jprotobuf.pbrpc.spring.HaRpcProxyFactoryBean">
	<property name="serviceInterface" value="com.baidu.jprotobuf.pbrpc.EchoService"></property>
	**<property name="strategyInterceptor" ref="strategyInterceptor"></property>**
	<property name="namingService" ref="namingService"></property>
</bean>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant