You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@rocketmq.apache.org by "binzhaomobile (JIRA)" <ji...@apache.org> on 2017/06/04 03:19:04 UTC

[jira] [Created] (ROCKETMQ-212) Class MessageExt should not be exposed to API level

binzhaomobile created ROCKETMQ-212:
--------------------------------------

             Summary: Class MessageExt should not be exposed to API level
                 Key: ROCKETMQ-212
                 URL: https://issues.apache.org/jira/browse/ROCKETMQ-212
             Project: Apache RocketMQ
          Issue Type: Improvement
          Components: rocketmq-client
    Affects Versions: 4.0.0-incubating, 4.1.0-incubating, 4.2.0-incubating, 4.3.0-incubating
         Environment: All Environments
            Reporter: binzhaomobile
            Assignee: Xiaorui Wang
            Priority: Minor


A lot of RocketMQ client API use MessageExt  object as parameter, such as :
MessageListenerConcurrently#consumeMessage, MessageListenerOrderly#consumeMessage, TransactionCheckListener#checkLocalTransactionState

The class MessageExt is majorly used for carrying information internally,  it contains  implementation related information.This class should  not be exposed to API level.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)