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

added interface for rabbitmq eventbus #21630

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

tntwist
Copy link
Contributor

@tntwist tntwist commented Dec 14, 2024

Description

I have an use case where i need to customize the initialize-Logic of the RabbitMqEventBus.
For that reason i made the method "Initialize" virtual and added an interface for the RabbitMqEventBus, to use this interface over the implementation in the application initalization.

Checklist

  • I fully tested it as developer / designer and created unit / integration tests - As no core logic is changed imho no testing is really needed.
  • [ x ] I documented it (or no need to document or I will create a separate documentation issue) - Since no core logic is changed i guess there is no need for documentation.

How to test it?

Create a test app using rabbitmq as distributed event bus.

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.

1 participant