Provider

org.typelevel.otel4s.context.Key.Provider
See theProvider companion object
trait Provider[F[_], K <: (Key)]

Something that provides context keys.

Type parameters

K

the type of keys

Attributes

Companion
object
Source
Key.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def uniqueKey[A](name: String): F[K[A]]

Creates a unique key with the given (debug) name.

Creates a unique key with the given (debug) name.

Attributes

Source
Key.scala