org.elasticmq.persistence

Members list

Type members

Classlikes

case class CreateQueueMetadata(name: String, defaultVisibilityTimeoutSeconds: Option[Long], delaySeconds: Option[Long], receiveMessageWaitSeconds: Option[Long], created: Long, lastModified: Long, deadLettersQueue: Option[DeadLettersQueue], isFifo: Boolean, hasContentBasedDeduplication: Boolean, copyMessagesTo: Option[String], moveMessagesTo: Option[String], tags: Map[String, String])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class DeadLettersQueue(name: String, maxReceiveCount: Int)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object QueueSorter extends Logging

Attributes

Supertypes
trait Logging
trait LazyLogging
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type