We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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属性可设置, 可以从 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>
The text was updated successfully, but these errors were encountered:
增加StrategyInterceptor属性可设置 #63
3009514
No branches or pull requests
增加StrategyInterceptor属性可设置, 可以从 com.baidu.jprotobuf.pbrpc.spring.HaRpcProxyFactoryBean 对象进行设置
The text was updated successfully, but these errors were encountered: