%External.Messaging.SQSReceiveSettings
class %External.Messaging.SQSReceiveSettings extends %External.Messaging.Settings
Property Inventory
Properties
property maxNumberOfMessages as %Integer [ InitialExpression = 10 ];
Max number of messages to retrieve
Property methods: maxNumberOfMessagesDisplayToLogical(), maxNumberOfMessagesGet(), maxNumberOfMessagesIsValid(), maxNumberOfMessagesLogicalToDisplay(), maxNumberOfMessagesNormalize(), maxNumberOfMessagesSet(), maxNumberOfMessagesXSDToLogical()
property visibilityTimeout as %Integer [ InitialExpression = 1 ];
Visibility timeout in second
Property methods: visibilityTimeoutDisplayToLogical(), visibilityTimeoutGet(), visibilityTimeoutIsValid(), visibilityTimeoutLogicalToDisplay(), visibilityTimeoutNormalize(), visibilityTimeoutSet(), visibilityTimeoutXSDToLogical()
property waitTimeSeconds as %Integer [ InitialExpression = 1 ];
Poll timeout in second
Property methods: waitTimeSecondsDisplayToLogical(), waitTimeSecondsGet(), waitTimeSecondsIsValid(), waitTimeSecondsLogicalToDisplay(), waitTimeSecondsNormalize(), waitTimeSecondsSet(), waitTimeSecondsXSDToLogical()
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %JSONExport()
- %JSONExportToStream()
- %JSONExportToString()
- %JSONImport()
- %JSONNew()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- FromJSON()
- ToJSON()