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