W3CTraceContext

kamon.instrumentation.kafka.client.SpanPropagation.W3CTraceContext
See theW3CTraceContext companion object

Attributes

Companion
object
Graph
Supertypes
trait EntryWriter[Headers]
trait EntryReader[Headers]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def read(medium: Headers, context: Context): Context

Tries to read a Context entry from the medium. If a Context entry is successfully read, implementations must return an updated Context instance that includes such entry. If no entry could be read simply return the Context instance that was passed in, unchanged.

Tries to read a Context entry from the medium. If a Context entry is successfully read, implementations must return an updated Context instance that includes such entry. If no entry could be read simply return the Context instance that was passed in, unchanged.

Attributes

Definition Classes
EntryReader
override def write(context: Context, medium: Headers): Unit

Tries to write an entry from the provided Context into the medium.

Tries to write an entry from the provided Context into the medium.

Attributes

Definition Classes
EntryWriter