Interface ReplyHandler

All Known Implementing Classes:
RocketMQReplyHandler

public interface ReplyHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onReply(String messageKey, org.apache.rocketmq.common.message.MessageExt messageExt)
     
    void
    onTimeout(String messageKey)
     
  • Method Details

    • onReply

      void onReply(String messageKey, org.apache.rocketmq.common.message.MessageExt messageExt)
    • onTimeout

      void onTimeout(String messageKey)