Interface IUnitOfWorkEventPublisher
Namespace: Volo.Abp.Uow
Assembly: Volo.Abp.Uow.dll
Syntax
public interface IUnitOfWorkEventPublisher
Methods
PublishDistributedEventsAsync(IEnumerable<UnitOfWorkEventRecord>)
Declaration
Task PublishDistributedEventsAsync(IEnumerable<UnitOfWorkEventRecord> distributedEvents)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<UnitOfWorkEventRecord> | distributedEvents |
Returns
| Type | Description |
|---|---|
| Task |
PublishLocalEventsAsync(IEnumerable<UnitOfWorkEventRecord>)
Declaration
Task PublishLocalEventsAsync(IEnumerable<UnitOfWorkEventRecord> localEvents)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<UnitOfWorkEventRecord> | localEvents |
Returns
| Type | Description |
|---|---|
| Task |