jbogard / MediatR.Extensions.Microsoft.DependencyInjection

MediatR extensions for Microsoft.Extensions.DependencyInjection
MIT License
327 stars 90 forks source link

Add Notify as Singleton not working #64

Closed yuzd closed 5 years ago

yuzd commented 5 years ago
       services.AddMediatR();

        services.AddSingleton<INotificationHandler<CanalBody>, RabbitHandler>();

I add singleton after AddMediratR but not woking