Uses of Class
org.jclouds.sqs.domain.Message
Packages that use Message
Package
Description
This package contains an Amazon SQS api implemented by
HttpCommandExecutorService
commands.-
Uses of Message in org.jclouds.sqs
Methods in org.jclouds.sqs that return types with arguments of type MessageModifier and TypeMethodDescriptionstatic 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 MessageMethods in org.jclouds.sqs.domain with parameters of type Message -
Uses of Message in org.jclouds.sqs.features
Methods in org.jclouds.sqs.features that return MessageModifier and TypeMethodDescriptionMessageApi.receive()
The ReceiveMessage action retrieves one or more messages from the specified queue.MessageApi.receive
(ReceiveMessageOptions options) same asMessageApi.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 MessageModifier and TypeMethodDescriptioncom.google.common.collect.FluentIterable
<Message> MessageApi.receive
(int max) same asMessageApi.receive(URI)
except you can receive multiple messages.com.google.common.collect.FluentIterable
<Message> MessageApi.receive
(int max, ReceiveMessageOptions options) same asinvalid reference
#receive(URI, int)
Messages.toReceiptHandle()
-
Uses of Message in org.jclouds.sqs.xml
Methods in org.jclouds.sqs.xml that return MessageMethods in org.jclouds.sqs.xml that return types with arguments of type Message