zarusz / SlimMessageBus

Lightweight message bus interface for .NET (pub/sub and request-response) with transport plugins for popular message brokers.
Apache License 2.0
475 stars 78 forks source link

[Host] Ability to inject IConsumerContext into consumers #220

Open zarusz opened 7 months ago

zarusz commented 7 months ago

Instead of having to implement IConsumerWithContext it would be good to be able to inject IConsumerContext into consumers.