SQS Consumer
    Preparing search index...

    Interface StopOptions

    The options for the stop method.

    interface StopOptions {
        abort?: boolean;
    }
    Index

    Properties

    Properties

    abort?: boolean

    Default to false, if you want the stop action to also abort requests to SQS set this to true.

    false