Package

com.snowplowanalytics.snowplow.enrich.common

adapters

Permalink

package adapters

Visibility
  1. Public
  2. All

Type Members

  1. class AdapterRegistry extends AnyRef

    Permalink

    The AdapterRegistry lets us convert a CollectorPayload into one or more RawEvents, using a given adapter.

  2. final case class RawEvent(api: CollectorApi, parameters: RawEventParameters, contentType: Option[String], source: CollectorSource, context: CollectorContext) extends Product with Serializable

    Permalink

    The canonical input format for the ETL process: it should be possible to convert any collector payload to this raw event format via an _adapter_, ready for the main, collector-agnostic stage of the Enrichment.

Value Members

  1. package registry

    Permalink

Ungrouped