Reputation: 4824
For example SearcherServer and SearcherClient are in separate files:
https://github.com/linkedin/indextank-engine/tree/master/src/main/java/com/flaptor/indextank/rpc
And in Java, SearcherClient is used within its main method like this:
Searcher.Client client = new Searcher.Client(protocol);
Upvotes: 2
Views: 234