package model
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class BinaryMessageSystemAttribute(value: Array[Byte]) extends MessageSystemAttribute with Product with Serializable
- case class GenericRedrivePolicy[T[_]](queueName: String, region: T[String], accountId: T[String], maxReceiveCount: Int) extends Product with Serializable
- sealed trait MessageSystemAttribute extends AnyRef
- case class NumberMessageSystemAttribute(value: String) extends MessageSystemAttribute with Product with Serializable
- case class StringMessageSystemAttribute(value: String) extends MessageSystemAttribute with Product with Serializable
Value Members
- object BinaryMessageSystemAttribute extends Serializable
- object RedrivePolicy
- object RedrivePolicyJson extends DefaultJsonProtocol