package sqs

Linear Supertypes
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. sealed abstract class AttributeName extends AnyRef
  2. case class BatchException(batchSize: Int, cause: Exception) extends Exception with Product with Serializable
  3. sealed abstract class MessageAction extends AnyRef
  4. type MessageActionPair = (Message, MessageAction)
  5. final case class MessageAttributeName(name: String) extends Product with Serializable
  6. final case class SqsAckSinkSettings(maxInFlight: Int) extends Product with Serializable
  7. final case class SqsBatchAckFlowSettings(maxBatchSize: Int, maxBatchWait: FiniteDuration, concurrentRequests: Int) extends Product with Serializable
  8. final case class SqsBatchFlowSettings(maxBatchSize: Int, maxBatchWait: FiniteDuration, concurrentRequests: Int) extends Product with Serializable
  9. final case class SqsSinkSettings(maxInFlight: Int) extends Product with Serializable
  10. final case class SqsSourceSettings(waitTimeSeconds: Int, maxBufferSize: Int, maxBatchSize: Int, attributeNames: Seq[AttributeName] = Seq(), messageAttributeNames: Seq[MessageAttributeName] = Seq(), closeOnEmptyReceive: Boolean = false) extends Product with Serializable
  11. final class SqsSourceStage extends GraphStage[SourceShape[Message]]

Value Members

  1. object All extends AttributeName with Product with Serializable
  2. object ApproximateFirstReceiveTimestamp extends AttributeName with Product with Serializable
  3. object ApproximateNumberOfMessages extends AttributeName with Product with Serializable
  4. object ApproximateNumberOfMessagesDelayed extends AttributeName with Product with Serializable
  5. object ApproximateNumberOfMessagesNotVisible extends AttributeName with Product with Serializable
  6. object ApproximateReceiveCount extends AttributeName with Product with Serializable
  7. object ChangeMessageVisibility
  8. object ContentBasedDeduplication extends AttributeName with Product with Serializable
  9. object CreatedTimestamp extends AttributeName with Product with Serializable
  10. object DelaySeconds extends AttributeName with Product with Serializable
  11. object Delete
  12. object FifoQueue extends AttributeName with Product with Serializable
  13. object Ignore
  14. object KmsDataKeyReusePeriodSeconds extends AttributeName with Product with Serializable
  15. object KmsMasterKeyId extends AttributeName with Product with Serializable
  16. object LastModifiedTimestamp extends AttributeName with Product with Serializable
  17. object MaximumMessageSize extends AttributeName with Product with Serializable
  18. object MessageAction
  19. object MessageDeduplicationId extends AttributeName with Product with Serializable
  20. object MessageGroupId extends AttributeName with Product with Serializable
  21. object MessageRetentionPeriod extends AttributeName with Product with Serializable
  22. object Policy extends AttributeName with Product with Serializable
  23. object QueueArn extends AttributeName with Product with Serializable
  24. object ReceiveMessageWaitTimeSeconds extends AttributeName with Product with Serializable
  25. object RedrivePolicy extends AttributeName with Product with Serializable
  26. object SenderId extends AttributeName with Product with Serializable
  27. object SentTimestamp extends AttributeName with Product with Serializable
  28. object SequenceNumber extends AttributeName with Product with Serializable
  29. object SqsAckSinkSettings extends Serializable
  30. object SqsBatchAckFlowSettings extends Serializable
  31. object SqsBatchFlowSettings extends Serializable
  32. object SqsSinkSettings extends Serializable
  33. object SqsSourceSettings extends Serializable
  34. object VisibilityTimeout extends AttributeName with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped