SzymonPobiega / NServiceBus.Router

Cross-transport, cross-site and possibly cross-cloud router component for NServiceBus
MIT License
5 stars 10 forks source link

Implement send-only interfaces #24

Closed KatoStoelen closed 4 years ago

KatoStoelen commented 4 years ago

This is an attempt to solve #23.

Will definately need some feedback/help to make sure that this works as I intended :) and that code standards/design principles are followed.

Initial testing looks good.

SzymonPobiega commented 4 years ago

@KatoStoelen Thanks for the PR ❤️ I hope to get to review it today or tomorrow the latest.

SzymonPobiega commented 4 years ago

Hey. I looked at the code and it looks good ❤️ . I was just wondering if we could remove these two things?

SzymonPobiega commented 4 years ago

Thanks @KatoStoelen ❤️ I just released it as https://github.com/SzymonPobiega/NServiceBus.Router/releases/tag/3.7.0. I also added the SendOnlyInterface concept to make it more explicit that we are dealing with different concepts.