backbone.consumer
package backbone.consumer
Members list
Type members
Classlikes
object ConsumerSettings
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ConsumerSettings.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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
In this article