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. Protected

Package Members

  1. package directives
  2. package model

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

Value Members

  1. object Action extends Enumeration
  2. object BatchRequestsModule
  3. object Constants
  4. object MD5Util
  5. object ParametersUtil
  6. object SQSException extends Serializable
  7. 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
  8. object XmlUtil

Inherited from AnyRef

Inherited from Any

Ungrouped