We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
EventStore
1 parent c183e38 commit 9781cbcCopy full SHA for 9781cbc
Specification.md
@@ -18,7 +18,7 @@ A potential interface of the `EventStore` (pseudo-code):
18
```
19
EventStore {
20
read(query: StreamQuery, options?: ReadOptions): EventStream
21
- append(events: Events|Event, condition: AppendCondition): SequenceNumber
+ append(events: Events|Event, condition: AppendCondition): void
22
}
23
24
0 commit comments