Package

com.snowplowanalytics.snowplow

badrows

Permalink

package badrows

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. badrows
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait BadRow extends AnyRef

    Permalink
  2. sealed trait Failure extends AnyRef

    Permalink
  3. final case class NVP(name: String, value: Option[String]) extends Product with Serializable

    Permalink

    Helper used to define a CollectorPayload and a RawEvent.

    Helper used to define a CollectorPayload and a RawEvent. Isomoprhic to org.apache.http.NameValuePair

  4. sealed trait Payload extends AnyRef

    Permalink

    The payload contained in a bad row can be used to recover an event

  5. final case class Processor(artifact: String, version: String) extends Product with Serializable

    Permalink

Value Members

  1. object BadRow

    Permalink
  2. object Failure

    Permalink
  3. object FailureDetails

    Permalink
  4. object NVP extends Serializable

    Permalink
  5. object Payload

    Permalink
  6. object Processor extends Serializable

    Permalink
  7. object Schemas

    Permalink
  8. implicit val dateTimeDecoder: Decoder[DateTime]

    Permalink
  9. implicit val dateTimeEncoder: Encoder[DateTime]

    Permalink
  10. implicit val igluParseErrorDecoder: Decoder[ParseError]

    Permalink
  11. implicit val igluParseErrorEncoder: Encoder[ParseError]

    Permalink
  12. implicit val igluSchemaCriterionDecoder: Decoder[SchemaCriterion]

    Permalink
  13. implicit val igluSchemaCriterionEncoder: Encoder[SchemaCriterion]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped