Package

org.elasticmq.rest

sqs

Permalink

package sqs

Visibility
  1. Public
  2. All

Type Members

  1. trait ActorSystemModule extends AnyRef

    Permalink
  2. trait AttributesModule extends AnyRef

    Permalink
  3. trait BatchRequestsModule extends AnyRef

    Permalink
  4. trait ChangeMessageVisibilityBatchDirectives extends AnyRef

    Permalink
  5. trait ChangeMessageVisibilityDirectives extends AnyRef

    Permalink
  6. trait CreateQueueDirectives extends AnyRef

    Permalink
  7. trait DeleteMessageBatchDirectives extends AnyRef

    Permalink
  8. trait DeleteMessageDirectives extends AnyRef

    Permalink
  9. trait DeleteQueueDirectives extends AnyRef

    Permalink
  10. class ElasticMQConfig extends AnyRef

    Permalink
  11. trait GetQueueUrlDirectives extends AnyRef

    Permalink
  12. trait ListQueuesDirectives extends AnyRef

    Permalink
  13. trait PurgeQueueDirectives extends AnyRef

    Permalink
  14. trait QueueAttributesDirectives extends AnyRef

    Permalink
  15. trait QueueManagerActorModule extends AnyRef

    Permalink
  16. trait QueueURLModule extends AnyRef

    Permalink
  17. trait ReceiveMessageDirectives extends AnyRef

    Permalink
  18. class SQSException extends Exception

    Permalink
  19. trait SQSLimitsModule extends AnyRef

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

    Permalink
  21. trait SendMessageBatchDirectives extends AnyRef

    Permalink
  22. trait SendMessageDirectives extends AnyRef

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

    Permalink

Value Members

  1. object BatchRequestsModule

    Permalink
  2. object Constants

    Permalink
  3. object MD5Util

    Permalink
  4. object ParametersUtil

    Permalink
  5. object SQSException extends Serializable

    Permalink
  6. object SQSLimits extends Enumeration

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

  8. object SprayTesting extends App

    Permalink
  9. object XmlUtil

    Permalink
  10. package directives

    Permalink

Ungrouped