com.snowplowanalytics.snowplow.enrich.common

adapters

package adapters

Visibility
  1. Public
  2. All

Type Members

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

    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. object AdapterRegistry

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

  2. package registry

Ungrouped