backbone.consumer

Members list

Type members

Classlikes

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class ConsumerSettings(topics: List[String], queue: String, kmsKeyAlias: Option[String], parallelism: Int, consumeWithin: Option[Limitation], receiveSettings: SqsSourceSettings)

Value parameters

consumeWithin

optional limitation when backbone should stop consuming

kmsKeyAlias

optional kms key alias if queue should be encrypted

parallelism

number of concurrent messages in process

queue

the name of a queue to consume from

receiveSettings

settings for the SQS Source from alpakka

topics

a list of topics to subscribe to

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all