CreateQueueMetadata

org.elasticmq.persistence.CreateQueueMetadata
See theCreateQueueMetadata companion object
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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toCreateQueueData: CreateQueueData

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product