RunOptions
Options to be passed to run(bot
. Collects the options for the underlying update source, runner, and update sink.
Properties
source
ts
source?: SourceOptions;
Options that influence the behavior of the update source.
runner
ts
runner?: RunnerOptions;
Options that influence the behavior of the runner which connects source and sink.
sink
ts
sink?: SinkOptions<Y>;
Options that influence the behavior of the sink that processes the updates.