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.
1 parent ec0984d commit e136f6aCopy full SHA for e136f6a
packages/shell-api/src/stream-processor.ts
@@ -65,7 +65,8 @@ export default class StreamProcessor extends ShellApiWithMongoClass {
65
* Keep the same pipeline, change other options:
66
* sp.name.modify({resumeFromCheckpoint: false})
67
*/
68
- async modify(pipelineOrOptions: Document[] | Document): Promise<Document>;
+ async modify(options: Document): Promise<Document>;
69
+ async modify(pipeline: Document[], options?: Document): Promise<Document>;
70
71
/**
72
* modify is used to modify a stream processor definition, like below:
0 commit comments