SqsConfig

sqs.SqsConfig
See theSqsConfig companion class
object SqsConfig extends (String, FiniteDuration, Int) => SqsConfig

Attributes

Companion
class
Deprecated
[Since version 5.1.0] Use fs2.aws.sqs.SqsConfig instead
Graph
Supertypes
trait (String, FiniteDuration, Int) => SqsConfig
class Object
trait Matchable
class Any
Self type
SqsConfig.type

Members list

Value members

Concrete methods

def apply(queueUrl: String, pollRate: FiniteDuration, fetchMessageCount: Int): SqsConfig
def unapply(value: SqsConfig): Some[(String, FiniteDuration, Int)]

Inherited methods

def curried: String => FiniteDuration => Int => SqsConfig

Attributes

Inherited from:
Function3
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function3 -> Any
Inherited from:
Function3
def tupled: ((String, FiniteDuration, Int)) => SqsConfig

Attributes

Inherited from:
Function3