Package

akka.stream.alpakka

sqs

Permalink

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

    Permalink
  2. case class BatchException(batchSize: Int, cause: Exception) extends Exception with Product with Serializable

    Permalink
  3. sealed abstract class MessageAction extends AnyRef

    Permalink
  4. type MessageActionPair = (Message, MessageAction)

    Permalink
  5. final case class MessageAttributeName(name: String) extends Product with Serializable

    Permalink
  6. final case class SqsAckSinkSettings(maxInFlight: Int) extends Product with Serializable

    Permalink
  7. final case class SqsBatchAckFlowSettings(maxBatchSize: Int, maxBatchWait: FiniteDuration, concurrentRequests: Int) extends Product with Serializable

    Permalink
  8. final case class SqsBatchFlowSettings(maxBatchSize: Int, maxBatchWait: FiniteDuration, concurrentRequests: Int) extends Product with Serializable

    Permalink
  9. final case class SqsSinkSettings(maxInFlight: Int) extends Product with Serializable

    Permalink
  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

    Permalink
  11. final class SqsSourceStage extends GraphStage[SourceShape[Message]]

    Permalink

Value Members

  1. object All extends AttributeName with Product with Serializable

    Permalink
  2. object ApproximateFirstReceiveTimestamp extends AttributeName with Product with Serializable

    Permalink
  3. object ApproximateNumberOfMessages extends AttributeName with Product with Serializable

    Permalink
  4. object ApproximateNumberOfMessagesDelayed extends AttributeName with Product with Serializable

    Permalink
  5. object ApproximateNumberOfMessagesNotVisible extends AttributeName with Product with Serializable

    Permalink
  6. object ApproximateReceiveCount extends AttributeName with Product with Serializable

    Permalink
  7. object ChangeMessageVisibility

    Permalink
  8. object ContentBasedDeduplication extends AttributeName with Product with Serializable

    Permalink
  9. object CreatedTimestamp extends AttributeName with Product with Serializable

    Permalink
  10. object DelaySeconds extends AttributeName with Product with Serializable

    Permalink
  11. object Delete

    Permalink
  12. object FifoQueue extends AttributeName with Product with Serializable

    Permalink
  13. object Ignore

    Permalink
  14. object KmsDataKeyReusePeriodSeconds extends AttributeName with Product with Serializable

    Permalink
  15. object KmsMasterKeyId extends AttributeName with Product with Serializable

    Permalink
  16. object LastModifiedTimestamp extends AttributeName with Product with Serializable

    Permalink
  17. object MaximumMessageSize extends AttributeName with Product with Serializable

    Permalink
  18. object MessageAction

    Permalink
  19. object MessageDeduplicationId extends AttributeName with Product with Serializable

    Permalink
  20. object MessageGroupId extends AttributeName with Product with Serializable

    Permalink
  21. object MessageRetentionPeriod extends AttributeName with Product with Serializable

    Permalink
  22. object Policy extends AttributeName with Product with Serializable

    Permalink
  23. object QueueArn extends AttributeName with Product with Serializable

    Permalink
  24. object ReceiveMessageWaitTimeSeconds extends AttributeName with Product with Serializable

    Permalink
  25. object RedrivePolicy extends AttributeName with Product with Serializable

    Permalink
  26. object SenderId extends AttributeName with Product with Serializable

    Permalink
  27. object SentTimestamp extends AttributeName with Product with Serializable

    Permalink
  28. object SequenceNumber extends AttributeName with Product with Serializable

    Permalink
  29. object SqsAckSinkSettings extends Serializable

    Permalink
  30. object SqsBatchAckFlowSettings extends Serializable

    Permalink
  31. object SqsBatchFlowSettings extends Serializable

    Permalink
  32. object SqsSinkSettings extends Serializable

    Permalink
  33. object SqsSourceSettings extends Serializable

    Permalink
  34. object VisibilityTimeout extends AttributeName with Product with Serializable

    Permalink
  35. package javadsl

    Permalink
  36. package scaladsl

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped