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 2022/07/01 03:54:50 UTC

[GitHub] [rocketmq] Oliverwqcwrw commented on issue #4535: RocketMQListener generic

Oliverwqcwrw commented on issue #4535:
URL: https://github.com/apache/rocketmq/issues/4535#issuecomment-1171903170

   Hi @novicate ,
   
   there have three advises and hope these can help you
   1. abstract class can not be definition to static
   2. extend should be extends
   3. The Consumer should `Override` onMessage method
   
    Have a great day!
   
   


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org