ConsumerSettings

backbone.consumer.ConsumerSettings
See theConsumerSettings companion object
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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product