Méthode | Description | |
---|---|---|
GetAllEvents ( ) : IEnumerable |
||
InsertEvents ( IEnumerable |
||
StubEventStore ( IEventBus eventBus ) : System |
Méthode | Description | |
---|---|---|
GetEvents ( System.Guid aggregateId ) : IEnumerable |
||
InsertBatch ( IEnumerable |
protected GetEvents ( System.Guid aggregateId ) : IEnumerable |
||
aggregateId | System.Guid | |
Résultat | IEnumerable |
protected InsertBatch ( IEnumerable |
||
eventBatch | IEnumerable |
|
Résultat | void |
public InsertEvents ( IEnumerable |
||
eventBatch | IEnumerable |
|
Résultat | void |
public StubEventStore ( IEventBus eventBus ) : System | ||
eventBus | IEventBus | |
Résultat | System |