Package

akka.stream.alpakka

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. sealed abstract class AttributeName extends AnyRef

    Permalink
  2. final case class ChangeMessageVisibility(visibilityTimeout: Int) extends MessageAction with Product with Serializable

    Permalink
  3. final case class Delete() extends MessageAction with Product with Serializable

    Permalink
  4. final case class Ignore() extends MessageAction with Product with Serializable

    Permalink
  5. sealed trait MessageAction extends AnyRef

    Permalink
  6. type MessageActionPair = (Message, MessageAction)

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

    Permalink
  8. final case class SqsAckSinkSettings(maxInFlight: 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()) 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 ApproximateNumberOfMessages extends AttributeName with Product with Serializable

    Permalink
  3. object ApproximateNumberOfMessagesDelayed extends AttributeName with Product with Serializable

    Permalink
  4. object ApproximateNumberOfMessagesNotVisible extends AttributeName with Product with Serializable

    Permalink
  5. object ContentBasedDeduplication extends AttributeName with Product with Serializable

    Permalink
  6. object CreatedTimestamp extends AttributeName with Product with Serializable

    Permalink
  7. object DelaySeconds extends AttributeName with Product with Serializable

    Permalink
  8. object FifoQueue extends AttributeName with Product with Serializable

    Permalink
  9. object KmsDataKeyReusePeriodSeconds extends AttributeName with Product with Serializable

    Permalink
  10. object KmsMasterKeyId extends AttributeName with Product with Serializable

    Permalink
  11. object LastModifiedTimestamp extends AttributeName with Product with Serializable

    Permalink
  12. object MaximumMessageSize extends AttributeName with Product with Serializable

    Permalink
  13. object MessageRetentionPeriod extends AttributeName with Product with Serializable

    Permalink
  14. object Policy extends AttributeName with Product with Serializable

    Permalink
  15. object QueueArn extends AttributeName with Product with Serializable

    Permalink
  16. object ReceiveMessageWaitTimeSeconds extends AttributeName with Product with Serializable

    Permalink
  17. object RedrivePolicy extends AttributeName with Product with Serializable

    Permalink
  18. object SqsAckSinkSettings extends Serializable

    Permalink
  19. object SqsSinkSettings extends Serializable

    Permalink
  20. object SqsSourceSettings extends Serializable

    Permalink
  21. object VisibilityTimeout extends AttributeName with Product with Serializable

    Permalink
  22. package javadsl

    Permalink
  23. package scaladsl

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped