Class

org.elasticmq.rest.sqs

TheSQSRestServerBuilder

Related Doc: package sqs

Permalink

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

Linear Supertypes
Serializable, Serializable, Product, Equals, Logging, LazyLogging, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TheSQSRestServerBuilder
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Logging
  7. LazyLogging
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TheSQSRestServerBuilder(providedActorSystem: Option[ActorSystem], providedQueueManagerActor: Option[ActorRef], interface: String, port: Int, serverAddress: NodeAddress, generateServerAddress: Boolean, sqsLimits: SQSLimits.Value, _awsRegion: String, _awsAccountId: String)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val _awsAccountId: String

    Permalink
  5. val _awsRegion: String

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. val generateServerAddress: Boolean

    Permalink
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. val interface: String

    Permalink
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. val port: Int

    Permalink
  19. val providedActorSystem: Option[ActorSystem]

    Permalink
  20. val providedQueueManagerActor: Option[ActorRef]

    Permalink
  21. val serverAddress: NodeAddress

    Permalink
  22. val sqsLimits: SQSLimits.Value

    Permalink
  23. def start(): SQSRestServer

    Permalink
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. def withAWSAccountId(accountId: String): TheSQSRestServerBuilder

    Permalink

    accountId

    AccountId which will be included in ARM resource ids.

  29. def withAWSRegion(region: String): TheSQSRestServerBuilder

    Permalink

    region

    Region which will be included in ARM resource ids.

  30. def withActorSystem(_actorSystem: ActorSystem): TheSQSRestServerBuilder

    Permalink

    _actorSystem

    Optional actor system. If one is provided, it will be used to create ElasticMQ and Spray actors, but its lifecycle (shutdown) will be not managed by the server. If one is not provided, an actor system will be created, and its lifecycle will be bound to the server's lifecycle.

  31. def withDynamicPort(): TheSQSRestServerBuilder

    Permalink

    Will assign port automatically (uses port 0).

    Will assign port automatically (uses port 0). The port to which the socket binds will be logged on successful startup.

  32. def withInterface(_interface: String): TheSQSRestServerBuilder

    Permalink

    _interface

    Hostname to which the server will bind.

  33. def withPort(_port: Int): TheSQSRestServerBuilder

    Permalink

    _port

    Port to which the server will bind.

  34. def withQueueManagerActor(_queueManagerActor: ActorRef): TheSQSRestServerBuilder

    Permalink

    _queueManagerActor

    Optional "main" ElasticMQ actor.

  35. def withSQSLimits(_sqsLimits: SQSLimits.Value): TheSQSRestServerBuilder

    Permalink

    _sqsLimits

    Should "real" SQS limits be used (strict), or should they be relaxed where possible (regarding e.g. message size).

  36. def withServerAddress(_serverAddress: NodeAddress): TheSQSRestServerBuilder

    Permalink

    _serverAddress

    Address which will be returned as the queue address. Requests to this address should be routed to this server.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Logging

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped