Uses of Interface
org.jclouds.sqs.features.MessageApi

Packages that use MessageApi
org.jclouds.sqs 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 MessageApi
 MessageApi SQSApi.getMessageApiForQueue(URI queue)
          Provides synchronous access to Message features.
 

Methods in org.jclouds.sqs with parameters of type MessageApi
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.
 



Copyright © 2009-2012 jclouds. All Rights Reserved.