mongodb#ChangeStream TypeScript Examples
The following examples show how to use
mongodb#ChangeStream.
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: Store.ts From majsoul-api with MIT License | 5 votes |
private contestStream: ChangeStream<Contest<ObjectId>>;
Example #2
Source File: Store.ts From majsoul-api with MIT License | 5 votes |
private configStream: ChangeStream<Config<ObjectId>>;
Example #3
Source File: Store.ts From majsoul-api with MIT License | 5 votes |
private gameStream: ChangeStream<GameResult<ObjectId>>;
Example #4
Source File: Store.ts From majsoul-api with MIT License | 5 votes |
private playerStream: ChangeStream<GameResult<ObjectId>>;