Skip to content

Commit

Permalink
add broker api proto
Browse files Browse the repository at this point in the history
  • Loading branch information
wenweihu86 committed Jun 15, 2017
1 parent dc26625 commit ebb154c
Show file tree
Hide file tree
Showing 3 changed files with 4,456 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package com.github.wenweihu86.distmq.client.api;

/**
* Created by wenweihu86 on 2017/6/15.
*/
public interface BrokerAPI {
BrokerMessage.SendMessageResponse sendMessage(BrokerMessage.SendMessageRequest request);
BrokerMessage.PullMessageResponse pullMessage(BrokerMessage.PullMessageRequest request);
}
Loading

0 comments on commit ebb154c

Please sign in to comment.