You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2020/02/28 09:08:49 UTC

[GitHub] [rocketmq-spring] ttpaigesheng opened a new issue #232: how to get message by zhe result of asyncSend

ttpaigesheng opened a new issue #232: how to get message by zhe result of asyncSend 
URL: https://github.com/apache/rocketmq-spring/issues/232
 
 
   public class StudentCallBack implements SendCallback {
   
       @Override
       public void onSuccess(SendResult sendResult) {
               //如何获取发送成功的消息内容,sendResult对象中没有消息内容
       }
   
       @Override
       public void onException(Throwable throwable) {
             //如何获取发送失败的消息内容
       }
   }

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [rocketmq-spring] ttpaigesheng closed issue #232: how to get message by zhe result of asyncSend

Posted by GitBox <gi...@apache.org>.
ttpaigesheng closed issue #232: how to get message by zhe result of asyncSend 
URL: https://github.com/apache/rocketmq-spring/issues/232
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services