All Downloads are FREE. Search and download functionalities are using the official Maven repository.

zio.telemetry.opentelemetry.internal.ContextCarrier.scala Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
package zio.telemetry.opentelemetry.internal

private[opentelemetry] trait ContextCarrier[T] {

  /**
   * The data to be injected/extracted into/from the current context
   */
  val kernel: T

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy