RicoSuter / Namotion.Messaging

.NET abstractions and implementations for message brokers, event queues and data ingestion services.
MIT License
46 stars 8 forks source link

How to handle exceptions in the public contract? #5

Open RicoSuter opened 4 years ago

RicoSuter commented 4 years ago

We should use own exception implementations and only throw these to avoid leaky abstractions and provide a well defined failure contract.