Documentation
    Preparing search index...

    Amazon Web Services SQS adapter utilizing the official SDK V3.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    _client: any
    _logger: any

    Methods

    • Listen to a topic

      Parameters

      • topic: string
      • handler: Function
      • Optionalparams: any

      Returns Promise<void>

    • Dispatches the AWS SQS SendMessageCommand.

      Parameters

      • data: any

        Payload.

      • topic: string

        Partial Queue URL / Queue name.

      Returns Promise<string>

      The newly returned MessageId.