BatchFlatParamsReader

org.elasticmq.rest.sqs.BatchFlatParamsReader
See theBatchFlatParamsReader companion object

Attributes

Companion
object
Graph
Supertypes
trait FlatParamsReader[A]
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def batchPrefix: String

Inherited methods

protected def optionalParameter(params: Map[String, String])(n: String): Option[String]

Attributes

Inherited from:
FlatParamsReader
def read(params: Map[String, String]): A

Attributes

Inherited from:
FlatParamsReader
protected def requiredParameter(params: Map[String, String])(n: String): String

Attributes

Inherited from:
FlatParamsReader