SendMessageBatchDirectives

org.elasticmq.rest.sqs.SendMessageBatchDirectives

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class SendMessageBatchActionRequest(Id: String, DelaySeconds: Option[Long], MessageBody: String, MessageDeduplicationId: Option[String], MessageGroupId: Option[String], MessageSystemAttributes: Option[Map[String, MessageAttribute]], MessageAttributes: Option[Map[String, MessageAttribute]]) extends BatchEntry

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type

Value members

Concrete methods

def sendMessageBatch(p: RequestPayload)(implicit marshallerDependencies: MarshallerDependencies): Route