Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
4.0.0-incubating, 4.1.0-incubating, 4.2.0, 4.3.0
-
None
-
None
-
All Environments
Description
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.