org.elasticmq.rest

sqs

package sqs

Visibility
  1. Public
  2. All

Type Members

  1. trait ActorSystemModule extends AnyRef

  2. trait AttributesModule extends AnyRef

  3. trait BatchRequestsModule extends AnyRef

  4. trait ChangeMessageVisibilityBatchDirectives extends AnyRef

  5. trait ChangeMessageVisibilityDirectives extends AnyRef

  6. trait CreateQueueDirectives extends AnyRef

  7. trait DeleteMessageBatchDirectives extends AnyRef

  8. trait DeleteMessageDirectives extends AnyRef

  9. trait DeleteQueueDirectives extends AnyRef

  10. class ElasticMQConfig extends AnyRef

  11. trait GetQueueUrlDirectives extends AnyRef

  12. trait ListQueuesDirectives extends AnyRef

  13. trait QueueAttributesDirectives extends AnyRef

  14. trait QueueManagerActorModule extends AnyRef

  15. trait QueueURLModule extends AnyRef

  16. trait ReceiveMessageDirectives extends AnyRef

  17. class SQSException extends Exception

  18. trait SQSLimitsModule extends AnyRef

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

  20. trait SendMessageBatchDirectives extends AnyRef

  21. trait SendMessageDirectives extends AnyRef

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

Value Members

  1. object BatchRequestsModule

  2. object Constants

  3. object MD5Util

  4. object ParametersUtil

  5. object SQSException extends Serializable

  6. object SQSLimits extends Enumeration

  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 SprayTesting extends App

  9. object XmlUtil

  10. package directives

Ungrouped