chenzlalvin commented on a change in pull request #4019:
URL: https://github.com/apache/rocketmq/pull/4019#discussion_r831958153



##########
File path: 
apis/src/main/java/org/apache/rocketmq/apis/ClientServiceProvider.java
##########
@@ -43,6 +47,27 @@ static ClientServiceProvider loadService() {
      */
     ProducerBuilder newProducerBuilder();
 
+    /**
+     * Get the simple consumer builder by current provider.
+     *
+     * @return the simple consumer builder instance.
+     */
+    SimpleConsumerBuilder newSimpleConsumerBuilder();
+
+    /**
+     * Get the pull consumer builder by current provider.
+     *
+     * @return the pull consumer builder instance.
+     */
+    PullConsumerBuilder newPollConsumerBuilder();

Review comment:
       got. spelling mistake.




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to