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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article