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

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

The 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 - 2024 Weber Informatics LLC | Privacy Policy