메소드 | 설명 | |
---|---|---|
GetAllEvents ( ) : IEnumerable |
||
InsertEvents ( IEnumerable |
||
StubEventStore ( IEventBus eventBus ) : System |
메소드 | 설명 | |
---|---|---|
GetEvents ( System.Guid aggregateId ) : IEnumerable |
||
InsertBatch ( IEnumerable |
protected GetEvents ( System.Guid aggregateId ) : IEnumerable |
||
aggregateId | System.Guid | |
리턴 | IEnumerable |
protected InsertBatch ( IEnumerable |
||
eventBatch | IEnumerable |
|
리턴 | void |
public InsertEvents ( IEnumerable |
||
eventBatch | IEnumerable |
|
리턴 | void |
public StubEventStore ( IEventBus eventBus ) : System | ||
eventBus | IEventBus | |
리턴 | System |