StreamSource

Enumeration of the Stream Sources supported by the app

Note:

Extensible to any FS2 compatible data source (Files, in-memory structures, etc.)

Companion:
class
Source:
StreamSource.scala
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object Files extends StreamSource

Stream source for a list of items contained in files

Stream source for a list of items contained in files

Source:
StreamSource.scala
case object Kafka extends StreamSource

Stream source for Kafka streams

Stream source for Kafka streams

Source:
StreamSource.scala
case object List extends StreamSource

Stream source for in-memory sequences of items

Stream source for in-memory sequences of items

Source:
StreamSource.scala

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala