BatchRequestsModule

org.elasticmq.rest.sqs.BatchRequestsModule
See theBatchRequestsModule companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def subParametersMaps[M](parameters: Map[String, String])(implicit flatParamsReader: BatchFlatParamsReader[M]): List[M]

In the given list of parameters, lookups all parameters of the form: {prefix}.{discriminator}.key=value, and for each discriminator builds a map of found key-value mappings.

In the given list of parameters, lookups all parameters of the form: {prefix}.{discriminator}.key=value, and for each discriminator builds a map of found key-value mappings.

Attributes