Uses of Class
org.jclouds.sqs.domain.Message
-
Packages that use Message Package Description org.jclouds.sqs This package contains an Amazon SQS api implemented byHttpCommandExecutorService
commands.org.jclouds.sqs.domain org.jclouds.sqs.features org.jclouds.sqs.xml -
-
Uses of Message in org.jclouds.sqs
Methods in org.jclouds.sqs that return types with arguments of type Message Modifier and Type Method Description static com.google.common.collect.FluentIterable<Message>
SQS. receiveAllAtRate(MessageApi api, int messagesPerPage, ReceiveMessageOptions options)
Returns an iterable that lazy fetches messages until there are none left. -
Uses of Message in org.jclouds.sqs.domain
Methods in org.jclouds.sqs.domain that return Message Modifier and Type Method Description Message
Message.Builder. build()
Methods in org.jclouds.sqs.domain with parameters of type Message Modifier and Type Method Description Message.Builder
Message.Builder. fromMessage(Message in)
-
Uses of Message in org.jclouds.sqs.features
Methods in org.jclouds.sqs.features that return Message Modifier and Type Method Description Message
MessageApi. receive()
The ReceiveMessage action retrieves one or more messages from the specified queue.Message
MessageApi. receive(ReceiveMessageOptions options)
same as#receive(URI)
except you can provide options like VisibilityTimeout parameter in your request, which will be applied to the messages that SQS returns in the response.Methods in org.jclouds.sqs.features that return types with arguments of type Message Modifier and Type Method Description com.google.common.collect.FluentIterable<Message>
MessageApi. receive(int max)
same as#receive(URI)
except you can receive multiple messages.com.google.common.collect.FluentIterable<Message>
MessageApi. receive(int max, ReceiveMessageOptions options)
same as#receive(URI, int)
except you can provide options like VisibilityTimeout parameter in your request, which will be applied to the messages that SQS returns in the response.static com.google.common.base.Function<Message,String>
Messages. toReceiptHandle()
-
Uses of Message in org.jclouds.sqs.xml
Methods in org.jclouds.sqs.xml that return Message Modifier and Type Method Description Message
MessageHandler. getResult()
Methods in org.jclouds.sqs.xml that return types with arguments of type Message Modifier and Type Method Description com.google.common.collect.FluentIterable<Message>
ReceiveMessageResponseHandler. getResult()
-