Package

awscala

sqs

Permalink

package sqs

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. sqs
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class DeleteMessageBatchEntry(id: String, receiptHandle: String) extends DeleteMessageBatchRequestEntry with Product with Serializable

    Permalink
  2. case class Message(queue: Queue, id: String, body: String, receiptHandle: String, attributes: Map[String, String], messageAttributes: Map[String, MessageAttributeValue] = Map()) extends com.amazonaws.services.sqs.model.Message with Product with Serializable

    Permalink
  3. case class MessageBatchEntry(id: String, messageBody: String) extends SendMessageBatchRequestEntry with Product with Serializable

    Permalink
  4. case class Queue(url: String) extends Product with Serializable

    Permalink
  5. trait SQS extends AmazonSQS

    Permalink

    Amazon Simple Queue Service Java client wrapper

    Amazon Simple Queue Service Java client wrapper

    See also

    http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/

  6. class SQSClient extends AmazonSQSClient with SQS

    Permalink

    Default Implementation

  7. class SQSClientWithQueue extends AnyRef

    Permalink

    SQSClient with specified queue.

    SQSClient with specified queue.

    val sqs = SQS.at(Region.Tokyo)
    sqs.withQueue(sqs.queue("queue-name").get) { s =>
      s.sendMessage("only body!")
    }

Value Members

  1. object Message extends Serializable

    Permalink
  2. object SQS

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped