Package

org.elasticmq.rest

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. trait ActorSystemModule extends AnyRef

    Permalink
  2. trait AddPermissionDirectives extends AnyRef

    Permalink
  3. type AnyParams = Map[String, String]

    Permalink
  4. trait AttributesModule extends AnyRef

    Permalink
  5. trait BatchRequestsModule extends AnyRef

    Permalink
  6. trait ChangeMessageVisibilityBatchDirectives extends AnyRef

    Permalink
  7. trait ChangeMessageVisibilityDirectives extends AnyRef

    Permalink
  8. trait CreateQueueDirectives extends AnyRef

    Permalink
  9. trait DeleteMessageBatchDirectives extends AnyRef

    Permalink
  10. trait DeleteMessageDirectives extends AnyRef

    Permalink
  11. trait DeleteQueueDirectives extends AnyRef

    Permalink
  12. class ElasticMQConfig extends AnyRef

    Permalink
  13. trait GetQueueUrlDirectives extends AnyRef

    Permalink
  14. trait ListQueuesDirectives extends AnyRef

    Permalink
  15. trait PurgeQueueDirectives extends AnyRef

    Permalink
  16. trait QueueAttributesDirectives extends AnyRef

    Permalink
  17. trait QueueManagerActorModule extends AnyRef

    Permalink
  18. trait QueueURLModule extends AnyRef

    Permalink
  19. trait ReceiveMessageDirectives extends AnyRef

    Permalink
  20. implicit class RichAnyParam extends AnyRef

    Permalink
  21. class SQSException extends Exception

    Permalink
  22. trait SQSLimitsModule extends AnyRef

    Permalink
  23. case class SQSRestServer(startFuture: Future[ServerBinding], stopAndGetFuture: () ⇒ Future[Any]) extends Product with Serializable

    Permalink
  24. trait SendMessageBatchDirectives extends AnyRef

    Permalink
  25. trait SendMessageDirectives extends AnyRef

    Permalink
  26. trait TagQueueDirectives extends AnyRef

    Permalink
  27. trait TagsModule extends AnyRef

    Permalink
  28. case class TheSQSRestServerBuilder(providedActorSystem: Option[ActorSystem], providedQueueManagerActor: Option[ActorRef], interface: String, port: Int, serverAddress: NodeAddress, generateServerAddress: Boolean, sqsLimits: SQSLimits.Value, _awsRegion: String, _awsAccountId: String) extends Logging with Product with Serializable

    Permalink

Value Members

  1. object BatchRequestsModule

    Permalink
  2. object Constants

    Permalink
  3. object CreateQueueDirectives

    Permalink
  4. object MD5Util

    Permalink
  5. object ParametersUtil

    Permalink
  6. object SQSException extends Serializable

    Permalink
  7. object SQSLimits extends Enumeration

    Permalink
  8. object SQSRestServerBuilder extends TheSQSRestServerBuilder

    Permalink

    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

    Permalink
  10. package directives

    Permalink
  11. package model

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped