Uses of Interface
org.jclouds.sqs.features.MessageApi
Packages that use MessageApi
Package
Description
This package contains an Amazon SQS api implemented by
HttpCommandExecutorService
commands.-
Uses of MessageApi in org.jclouds.sqs
Methods in org.jclouds.sqs that return MessageApiModifier and TypeMethodDescriptionSQSApi.getMessageApiForQueue
(URI queue) Provides synchronous access to Message features.Methods in org.jclouds.sqs with parameters of type MessageApiModifier 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.