package autogenous
Type Members
-
case class
AutogenousInput(name: String, dataosAddress: String, options: Map[String, String]) extends IncrementalReader with DatasourceReader with Product with Serializable
Case class representing an Autogenous Input.
Case class representing an Autogenous Input.
- name
The name of the Autogenous Input.
- dataosAddress
The dataosAddress for the Autogenous Input.
- options
Additional options for the Autogenous Input.
-
case class
HttpData(value: String, timestamp: Timestamp) extends Product with Serializable
Case class representing HTTP data.
Case class representing HTTP data.
- value
The value of the HTTP data.
- timestamp
The timestamp of the HTTP data.
-
class
HttpStream extends Thread
Thread class for streaming HTTP data.