| Constructor and Description |
|---|
MessageReceiver(org.mule.runtime.extension.api.runtime.source.SourceCallback<String,Map<String,Object>> sourceCallback,
SQSConnection connection,
int visibilityTimeout,
boolean preserveMessages,
int numberOfMessages,
String queueUrl,
int waitTime,
long pollingPeriodMilliseconds) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
void |
stop()
Stop the receiver from consuming any more messages from the queue
|
public MessageReceiver(org.mule.runtime.extension.api.runtime.source.SourceCallback<String,Map<String,Object>> sourceCallback, SQSConnection connection, int visibilityTimeout, boolean preserveMessages, int numberOfMessages, String queueUrl, int waitTime, long pollingPeriodMilliseconds)
Copyright © 2022 MuleSoft, Inc.. All rights reserved.