KafkaPropagator

kamon.instrumentation.kafka.client.KafkaPropagator
trait KafkaPropagator extends EntryReader[Headers], EntryWriter[Headers]

Attributes

Graph
Supertypes
trait EntryWriter[Headers]
trait EntryReader[Headers]
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Inherited methods

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

Inherited from:
EntryReader
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

Inherited from:
EntryWriter