package connections
Type Members
-
case class
BinaryAttachment(name: String, content: Array[Byte]) extends Product with Serializable
Attachment to notifications in form of byte array
Attachment to notifications in form of byte array
- name
File name to be set upon uploading
- content
File content in form of byte array
-
abstract
class
DQConnection extends AnyRef
Connection to external data sources.
Connection to external data sources. All DQ connections must be able to read data given an appropriate source configuration
-
trait
DQStreamingConnection extends AnyRef
Trait to be mix in connections that can read streams.