Commit aba3ba9e authored by Savorboard's avatar Savorboard

update to publish

parent 5b3f5c2c
......@@ -23,7 +23,7 @@ namespace DotNetCore.CAP.Abstractions
protected static readonly DiagnosticListener s_diagnosticListener =
new DiagnosticListener(CapDiagnosticListenerExtensions.DiagnosticListenerName);
protected CapPublisher(IServiceProvider service)
public CapPublisher(IServiceProvider service)
{
ServiceProvider = service;
_dispatcher = service.GetRequiredService<IDispatcher>();
......
......@@ -28,7 +28,7 @@ namespace DotNetCore.CAP.Internal
protected static readonly DiagnosticListener s_diagnosticListener =
new DiagnosticListener(CapDiagnosticListenerExtensions.DiagnosticListenerName);
protected MessageSender(
public MessageSender(
ILogger<MessageSender> logger,
IOptions<CapOptions> options,
IDataStorage dataStorage,
......
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