Packages

package realistic

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class AppConfig(kafka: KafkaConfig) extends Product with Serializable
  2. sealed trait AppError extends AnyRef

    The ADT of error types for the application

  3. trait Config extends AnyRef
  4. final case class KafkaBootstrapServers(value: String) extends AnyVal with Product with Serializable
  5. case class KafkaConfig(bootstrapServers: KafkaBootstrapServers, schemaRegistryUrl: KafkaSchemaRegistryUrl, properties: List[PropertyValue], verbose: Option[Boolean]) extends Product with Serializable
  6. final case class KafkaSchemaRegistryUrl(value: String) extends AnyVal with Product with Serializable
  7. final case class ProgramConfig(inputPath: String, outputPath: String) extends Product with Serializable
  8. final case class PropertyValue(name: String, value: String) extends Product with Serializable
  9. trait Spark extends AnyRef
  10. final case class SparkSession(name: String) extends Product with Serializable

Value Members

  1. object AppConfig extends Serializable
  2. object AppError
  3. object AppMain extends App
  4. object Application
  5. object Config
  6. object Spark

Ungrouped