You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by yu...@apache.org on 2017/12/08 09:42:51 UTC

[rocketmq] 01/01: Merge pull request #201 from zhouxinyu/ROCKETMQ-324

This is an automated email from the ASF dual-hosted git repository.

yukon pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git

commit 09fb8b5dc75419e2d8676af432d45b733f366d3a
Merge: 8c30310 37cf2a7
Author: yukon <yu...@apache.org>
AuthorDate: Fri Dec 8 17:42:46 2017 +0800

    Merge pull request #201 from zhouxinyu/ROCKETMQ-324
    
    [ROCKETMQ-324] Expose an interface for client to specify the async call back executor

 .../impl/producer/DefaultMQProducerImpl.java       |  4 ++
 .../client/producer/DefaultMQProducer.java         | 12 ++++++
 .../client/producer/DefaultMQProducerTest.java     | 19 ++++++++++
 .../apache/rocketmq/remoting/RemotingClient.java   |  2 +
 .../remoting/netty/NettyRemotingClient.java        | 12 +++++-
 .../remoting/netty/NettyRemotingClientTest.java    | 43 ++++++++++++++++++++++
 6 files changed, 91 insertions(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@rocketmq.apache.org" <co...@rocketmq.apache.org>.