Method | Description | |
---|---|---|
DeleteCollection ( ) : void | ||
GetAllEvents ( ) : IEnumerable |
||
MongoEventStore ( IMongoConfiguration mongoConfiguration, IEventBus eventBus ) : System |
Method | Description | |
---|---|---|
GetEvents ( System.Guid aggregateId ) : IEnumerable |
||
InsertBatch ( IEnumerable |
protected GetEvents ( System.Guid aggregateId ) : IEnumerable |
||
aggregateId | System.Guid | |
return | IEnumerable |
protected InsertBatch ( IEnumerable |
||
eventBatch | IEnumerable |
|
return | void |
public MongoEventStore ( IMongoConfiguration mongoConfiguration, IEventBus eventBus ) : System | ||
mongoConfiguration | IMongoConfiguration | |
eventBus | IEventBus | |
return | System |