Packages

p

org.checkita.dqf

connections

package connections

Type Members

  1. 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

  2. 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

  3. trait DQStreamingConnection extends AnyRef

    Trait to be mix in connections that can read streams.

Ungrouped