SqsConfig

fs2.aws.sqs.SqsConfig
case class SqsConfig(queueUrl: String, pollRate: FiniteDuration, fetchMessageCount: Int)

Value parameters

fetchMessageCount

max number of messages to return in one query. Must be between 1 and 10. Visit Receive Message API for more info

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class SqsConfig

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product