IPWorks MQ 2020 Kotlin Edition

Questions / Feedback?

SqsMessage Type

An object representing a single SQS Message.

Remarks

An object representing a single SQS Message.

Fields

Body
String?

The body of the SQS message.

Id
String?

The ID of the SQS message.

MD5
String?

The MD5 of the SQS message.

ReceiptHandle
String?

The Receipt handle of the SQS message.

Constructors

public constructor()



public constructor(id: String?, receiptHandle: String?, body: String?, md5: String?)



Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks MQ 2020 Kotlin Edition - Version 20.0 [Build 7941]