Interface IHasEventOutbox
Inherited Members
Namespace: Volo.Abp.MongoDB.DistributedEvents
Assembly: Volo.Abp.MongoDB.dll
Syntax
public interface IHasEventOutbox : IAbpMongoDbContext
Properties
OutgoingEvents
Declaration
IMongoCollection<OutgoingEventRecord> OutgoingEvents { get; }
Property Value
Type | Description |
---|---|
IMongoCollection<OutgoingEventRecord> |