File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -366,6 +366,14 @@ Note: The Incremental Publisher may be run as a separate service. The input to
366
366
the Incremental Publisher are the Execution Events enqueued on {eventQueue}; the
367
367
output is the value for {pending}, as well as the {subsequentResults} stream.
368
368
369
+ Note: The Incremental Publisher could be extended to provide additional
370
+ functionality. For example, for implementations intending to defer execution
371
+ until the parent result has completed, the Incremental Publisher could be
372
+ extended to allow subscribing to this event. Additionally, for implementations
373
+ choosing to ignore incremental delivery directives given a certain threshold of
374
+ already deferred fields, the Incremental Publisher could be extended to allow
375
+ querying for the present number of deferred fields.
376
+
369
377
#### Incremental Result Records
370
378
371
379
An Incremental Result Record is either an Initial Result Record or a Subsequent
You can’t perform that action at this time.
0 commit comments