SqsConfig

sqs.SqsConfig
See theSqsConfig companion object
class SqsConfig(queueUrl: String, pollRate: FiniteDuration, fetchMessageCount: Int) extends SqsConfig

Attributes

Companion
object
Deprecated
[Since version 5.1.0] Use fs2.aws.sqs.SqsConfig instead
Graph
Supertypes
class SqsConfig
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def copy(queueUrl: String, pollRate: FiniteDuration, fetchMessageCount: Int): SqsConfig

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product