package sqs
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- sqs
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait ActorSystemModule extends AnyRef
- trait AddPermissionDirectives extends AnyRef
- type AnyParams = Map[String, String]
- trait AttributesModule extends AnyRef
- trait BatchRequestsModule extends AnyRef
- trait ChangeMessageVisibilityBatchDirectives extends AnyRef
- trait ChangeMessageVisibilityDirectives extends AnyRef
- trait CreateQueueDirectives extends AnyRef
- trait DeleteMessageBatchDirectives extends AnyRef
- trait DeleteMessageDirectives extends AnyRef
- trait DeleteQueueDirectives extends AnyRef
- class ElasticMQConfig extends AnyRef
- trait GetQueueUrlDirectives extends AnyRef
- trait ListQueuesDirectives extends AnyRef
- trait PurgeQueueDirectives extends AnyRef
- trait QueueAttributesDirectives extends AnyRef
- trait QueueAttributesOps extends AttributesModule
- trait QueueManagerActorModule extends AnyRef
- trait QueueURLModule extends AnyRef
- trait ReceiveMessageDirectives extends AnyRef
- implicit class RichAnyParam extends AnyRef
- class SQSException extends Exception
- trait SQSLimitsModule extends AnyRef
- case class SQSRestServer(startFuture: Future[ServerBinding], stopAndGetFuture: () ⇒ Future[Any]) extends Product with Serializable
- trait SendMessageBatchDirectives extends AnyRef
- trait SendMessageDirectives extends AnyRef
- trait TagQueueDirectives extends AnyRef
- trait TagsModule extends AnyRef
- case class TheSQSRestServerBuilder(providedActorSystem: Option[ActorSystem], providedQueueManagerActor: Option[ActorRef], interface: String, port: Int, serverAddress: NodeAddress, generateServerAddress: Boolean, sqsLimits: Limits, _awsRegion: String, _awsAccountId: String) extends Logging with Product with Serializable
Value Members
- object Action extends Enumeration
- object BatchRequestsModule
- object Constants
- object CreateQueueDirectives
- object MD5Util
- object ParametersUtil
- object SQSException extends Serializable
-
object
SQSRestServerBuilder extends TheSQSRestServerBuilder
By default:
By default:
- for
socketAddress
: when started, the server will bind tolocalhost:9324
forserverAddress
: returned queue addresses will usehttp://localhost:9324
as the base address. forsqsLimits
: relaxed - object XmlUtil