Method | Description | |
---|---|---|
GetAllEvents ( ) : IEnumerable |
||
InsertEvents ( IEnumerable |
||
StubEventStore ( 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 InsertEvents ( IEnumerable |
||
eventBatch | IEnumerable |
|
return | void |
public StubEventStore ( IEventBus eventBus ) : System | ||
eventBus | IEventBus | |
return | System |