| 204 | * The options for the stop method. |
| 205 | */ |
| 206 | export 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 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…