event-driven-dotnet / EventDriven.EventBus.Dapr

Event bus abstraction over Dapr pub/sub
MIT License
22 stars 5 forks source link

Remove MapSubscribeHandler from MapDaprEventBus #11

Closed tonysneed closed 3 years ago

tonysneed commented 3 years ago

Remove MapSubscribeHandler from MapDaprEventBus and allow/require users to add it to Startup.Configure.

This is a cleaner separation of concerns and more consistent with approach of Dapr.AspNetCore.