Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update DefaultRocketMQListenerContainer#getMessageType to protected #662

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

ruansheng8
Copy link
Contributor

What is the purpose of the change

public interface IMessageConsumer<T> extends RocketMQListener<T> {
}

image

Due to project needs, some personalized business operations need to extend the RocketMQListener interface.
I need to override the DefaultRocketMQListenerContainer#getMessageType() method to complete my custom extension.

@ruansheng8
Copy link
Contributor Author

@RongtongJin cc

@RongtongJin RongtongJin merged commit 735c154 into apache:master Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants