|
|
|
@ -23,12 +23,12 @@ namespace Volo.Abp.EventBus.Local |
|
|
|
/// </summary>
|
|
|
|
public ILogger<LocalEventBus> Logger { get; set; } |
|
|
|
|
|
|
|
protected LocalEventBusOptions Options { get; } |
|
|
|
protected AbpLocalEventBusOptions Options { get; } |
|
|
|
|
|
|
|
protected ConcurrentDictionary<Type, List<IEventHandlerFactory>> HandlerFactories { get; } |
|
|
|
|
|
|
|
public LocalEventBus( |
|
|
|
IOptions<LocalEventBusOptions> options, |
|
|
|
IOptions<AbpLocalEventBusOptions> options, |
|
|
|
IServiceScopeFactory serviceScopeFactory) |
|
|
|
: base(serviceScopeFactory) |
|
|
|
{ |
|
|
|
|