Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

增加一个方法过滤,可以排除接口上的某些方法不执行路由策略 #3

Open
GoogleCodeExporter opened this issue Apr 14, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. 下面代码, 
getTimeStamp方法不需要执行路由策略,代理该接口时调用该方��
�就会抛出异常:

public interface TestService {
    void createWriteMaster(TestRouting testRouting);

    public long getTimeStamp();

    List<TestRouting> getReadSlave(TestRouting testRouting);
}


What is the expected output? What do you see instead?

希望增加一个方法过滤器,可以把不需要代理的方法过滤掉��
� 比如 excludeMethods属性

Please use labels and text to provide additional information.

Original issue reported on code.google.com by efurture@gmail.com on 24 Jul 2013 at 10:28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant