Class OutboxSenderManager
Inheritance
OutboxSenderManager
Assembly: Volo.Abp.EventBus.dll
Syntax
public class OutboxSenderManager : IBackgroundWorker, IRunnable, ISingletonDependency
Constructors
OutboxSenderManager(IOptions<AbpDistributedEventBusOptions>, IServiceProvider)
Declaration
public OutboxSenderManager(IOptions<AbpDistributedEventBusOptions> options, IServiceProvider serviceProvider)
Parameters
Properties
Options
Declaration
protected AbpDistributedEventBusOptions Options { get; }
Property Value
Senders
Declaration
protected List<IOutboxSender> Senders { get; }
Property Value
ServiceProvider
Declaration
protected IServiceProvider ServiceProvider { get; }
Property Value
Methods
StartAsync(CancellationToken)
Declaration
public Task StartAsync(CancellationToken cancellationToken = default)
Parameters
Returns
StopAsync(CancellationToken)
Declaration
public Task StopAsync(CancellationToken cancellationToken = default)
Parameters
Returns
Implements
Extension Methods