Lightweight message bus interface for .NET (pub/sub and request-response) with transport plugins for popular message brokers.
475
stars
78
forks
source link
[Host] Ability to inject IConsumerContext into consumers #220
Open
zarusz opened 7 months ago
Instead of having to implement
IConsumerWithContext
it would be good to be able to injectIConsumerContext
into consumers.