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 QueueManagerActorModule extends AnyRef
  18. trait QueueURLModule extends AnyRef
  19. trait ReceiveMessageDirectives extends AnyRef
  20. implicit class RichAnyParam extends AnyRef
  21. class SQSException extends Exception
  22. trait SQSLimitsModule extends AnyRef
  23. case class SQSRestServer(startFuture: Future[ServerBinding], stopAndGetFuture: () ⇒ Future[Any]) extends Product with Serializable
  24. trait SendMessageBatchDirectives extends AnyRef
  25. trait SendMessageDirectives extends AnyRef
  26. case class TheSQSRestServerBuilder(providedActorSystem: Option[ActorSystem], providedQueueManagerActor: Option[ActorRef], interface: String, port: Int, serverAddress: NodeAddress, generateServerAddress: Boolean, sqsLimits: SQSLimits.Value) extends Logging with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped