Default streaming implementation. Subclasses should override this method if they support streaming output.
_streamIterator(
input: any,
options: Partial<PregelOptions<Nn, Cc, ContextType, StreamMode | StreamMode[] | undefined, boolean, "text/event-stream" | undefined>>
): AsyncGenerator<any>| Name | Type | Description |
|---|---|---|
input* | any | |
options | Partial<PregelOptions<Nn, Cc, ContextType, StreamMode | StreamMode[] | undefined, boolean, "text/event-stream" | undefined>> |