toggle menu
Karya
jvm
switch theme
search in API
data-sqs
/
karya.data.sqs.configs
/
QueueConfig
Queue
Config
data
class
QueueConfig
(
val
executorQueueUrl
:
String
,
val
hooksQueueUrl
:
String
,
val
deadLetterQueueUrl
:
String
,
val
maxMessageFetched
:
Int
,
val
longPollingWaitTime
:
Int
,
val
visibilityTimeout
:
Int
)
Members
Constructors
Queue
Config
Link copied to clipboard
constructor
(
props
:
Map
<
*
,
*
>
)
constructor
(
executorQueueUrl
:
String
,
hooksQueueUrl
:
String
,
deadLetterQueueUrl
:
String
,
maxMessageFetched
:
Int
,
longPollingWaitTime
:
Int
,
visibilityTimeout
:
Int
)
Properties
dead
Letter
Queue
Url
Link copied to clipboard
val
deadLetterQueueUrl
:
String
executor
Queue
Url
Link copied to clipboard
val
executorQueueUrl
:
String
hooks
Queue
Url
Link copied to clipboard
val
hooksQueueUrl
:
String
long
Polling
Wait
Time
Link copied to clipboard
val
longPollingWaitTime
:
Int
max
Message
Fetched
Link copied to clipboard
val
maxMessageFetched
:
Int
visibility
Timeout
Link copied to clipboard
val
visibilityTimeout
:
Int