final case class StreamSourcesConfig(kafka: Seq[KafkaSourceConfig] = Seq.empty, file: Seq[FileSourceConfig] = Seq.empty) extends Product with Serializable
Data Quality job configuration section describing streams
- kafka
Sequence of streams based on Kafka topics
- file
Sequence of streams based on file sources
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StreamSourcesConfig
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
StreamSourcesConfig(kafka: Seq[KafkaSourceConfig] = Seq.empty, file: Seq[FileSourceConfig] = Seq.empty)
- kafka
Sequence of streams based on Kafka topics
- file
Sequence of streams based on file sources
Value Members
- val file: Seq[FileSourceConfig]
- def getAllSources: Seq[SourceConfig]
- val kafka: Seq[KafkaSourceConfig]