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. trait ActorSystemModule extends AnyRef
  2. trait AddPermissionDirectives extends AnyRef
  3. type AnyParams = Map[String, String]
  4. trait AttributesModule extends AnyRef
  5. trait BatchRequestsModule extends AnyRef
  6. trait ChangeMessageVisibilityBatchDirectives extends AnyRef
  7. trait ChangeMessageVisibilityDirectives extends AnyRef
  8. trait CreateQueueDirectives extends AnyRef
  9. trait DeleteMessageBatchDirectives extends AnyRef
  10. trait DeleteMessageDirectives extends AnyRef
  11. trait DeleteQueueDirectives extends AnyRef
  12. class ElasticMQConfig extends AnyRef
  13. trait GetQueueUrlDirectives extends AnyRef
  14. trait ListQueuesDirectives extends AnyRef
  15. trait PurgeQueueDirectives extends AnyRef
  16. trait QueueAttributesDirectives extends AnyRef
  17. trait QueueAttributesOps extends AttributesModule
  18. trait QueueManagerActorModule extends AnyRef
  19. trait QueueURLModule extends AnyRef
  20. trait ReceiveMessageDirectives extends AnyRef
  21. implicit class RichAnyParam extends AnyRef
  22. class SQSException extends Exception
  23. trait SQSLimitsModule extends AnyRef
  24. case class SQSRestServer(startFuture: Future[ServerBinding], stopAndGetFuture: () ⇒ Future[Any]) extends Product with Serializable
  25. trait SendMessageBatchDirectives extends AnyRef
  26. trait SendMessageDirectives extends AnyRef
  27. trait TagQueueDirectives extends AnyRef
  28. trait TagsModule extends AnyRef
  29. case class TheSQSRestServerBuilder(providedActorSystem: Option[ActorSystem], providedQueueManagerActor: Option[ActorRef], interface: String, port: Int, serverAddress: NodeAddress, generateServerAddress: Boolean, sqsLimits: Limits, _awsRegion: String, _awsAccountId: String) extends Logging with Product with Serializable

Value Members

  1. object Action extends Enumeration
  2. object BatchRequestsModule
  3. object Constants
  4. object CreateQueueDirectives
  5. object MD5Util
  6. object ParametersUtil
  7. object SQSException extends Serializable
  8. object SQSRestServerBuilder extends TheSQSRestServerBuilder

    By default:

    By default:

    - for socketAddress: when started, the server will bind to localhost:9324 for serverAddress: returned queue addresses will use http://localhost:9324 as the base address. for sqsLimits: relaxed

  9. object XmlUtil

Inherited from AnyRef

Inherited from Any

Ungrouped