Class UnitOfWorkEventPublisher
Inheritance
UnitOfWorkEventPublisher
Assembly: Volo.Abp.EventBus.dll
Syntax
[Dependency(ReplaceServices = true)]
public class UnitOfWorkEventPublisher : IUnitOfWorkEventPublisher, ITransientDependency
Constructors
UnitOfWorkEventPublisher(ILocalEventBus, IDistributedEventBus)
Declaration
public UnitOfWorkEventPublisher(ILocalEventBus localEventBus, IDistributedEventBus distributedEventBus)
Parameters
Methods
PublishDistributedEventsAsync(IEnumerable<UnitOfWorkEventRecord>)
Declaration
public Task PublishDistributedEventsAsync(IEnumerable<UnitOfWorkEventRecord> distributedEvents)
Parameters
Returns
PublishLocalEventsAsync(IEnumerable<UnitOfWorkEventRecord>)
Declaration
public Task PublishLocalEventsAsync(IEnumerable<UnitOfWorkEventRecord> localEvents)
Parameters
Returns
Implements
Extension Methods