Packages

package model

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class BinaryMessageSystemAttribute(value: Array[Byte]) extends MessageSystemAttribute with Product with Serializable
  2. case class GenericRedrivePolicy[T[_]](queueName: String, region: T[String], accountId: T[String], maxReceiveCount: Int) extends Product with Serializable
  3. sealed trait MessageSystemAttribute extends AnyRef
  4. case class NumberMessageSystemAttribute(value: String) extends MessageSystemAttribute with Product with Serializable
  5. case class StringMessageSystemAttribute(value: String) extends MessageSystemAttribute with Product with Serializable

Value Members

  1. object BinaryMessageSystemAttribute extends Serializable
  2. object RedrivePolicy
  3. object RedrivePolicyJson extends DefaultJsonProtocol

Ungrouped