Commit d46c0954 authored by Savorboard's avatar Savorboard

rename postgresql processor.

parent 09cd2817
...@@ -26,7 +26,7 @@ namespace DotNetCore.CAP ...@@ -26,7 +26,7 @@ namespace DotNetCore.CAP
services.AddSingleton<IStorageConnection, PostgreSqlStorageConnection>(); services.AddSingleton<IStorageConnection, PostgreSqlStorageConnection>();
services.AddScoped<ICapPublisher, CapPublisher>(); services.AddScoped<ICapPublisher, CapPublisher>();
services.AddScoped<ICallbackPublisher, CapPublisher>(); services.AddScoped<ICallbackPublisher, CapPublisher>();
services.AddTransient<IAdditionalProcessor, DefaultAdditionalProcessor>(); services.AddTransient<ICollectProcessor, PostgreSqlCollectProcessor>();
AddSingletonPostgreSqlOptions(services); AddSingletonPostgreSqlOptions(services);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment