t
zio.telemetry.opentelemetry.context
IncomingContextCarrier
Companion object IncomingContextCarrier
trait IncomingContextCarrier[T] extends ContextCarrier[T] with TextMapGetter[T]
The wrapper for the context data from the external process.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IncomingContextCarrier
- TextMapGetter
- ContextCarrier
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
getAllKeys(carrier: T): Iterable[String]
Scala API for the keys method.
Scala API for the keys method.
- carrier
the context data
- returns
all the keys saved in the current context
-
abstract
def
getByKey(carrier: T, key: String): Option[String]
Scala API for the get method.
Scala API for the get method.
- carrier
the context data
- returns
optional value by the given key saved in the current context
-
abstract
val
kernel: T
The data to be injected/extracted into/from the current context
The data to be injected/extracted into/from the current context
- Definition Classes
- ContextCarrier
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
get(carrier: T, key: String): String
- Definition Classes
- IncomingContextCarrier → TextMapGetter
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
keys(carrier: T): Iterable[String]
- Definition Classes
- IncomingContextCarrier → TextMapGetter
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()