antonyvorontsov / RabbitMQ.Client.Core.DependencyInjection

.Net Core library-wrapper of RabbitMQ.Client for Dependency Injection.
MIT License
111 stars 36 forks source link

refactor IProducingService #59

Closed JanEggers closed 3 years ago

JanEggers commented 3 years ago

currently IProducingService is quite large and contains a lot of send overloads.

I would prefere if the is just one send method in the interface and the other methods should be replaced by extension methods / default interface implementations

antonyvorontsov commented 3 years ago

Same as in previous issue.

It will be reworked right here https://github.com/AntonyVorontsov/RabbitMQ.Client.Core.DependencyInjection/pull/73

Thank you for your contribution!