MCPcopy
hub / github.com/bbc/sqs-consumer / StopOptions

Interface StopOptions

src/types.ts:206–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204 * The options for the stop method.
205 */
206export interface StopOptions {
207 /**
208 * Default to `false`, if you want the stop action to also abort requests to SQS
209 * set this to `true`.
210 * @defaultvalue `false`
211 */
212 abort?: boolean;
213}
214
215/**
216 * Metadata about the queue that is added to every event

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…