Default

Default Binary propagation in Kamon. This implementation uses Colfer to read and write the context tags and entries. Entries are represented as simple pairs of entry name and bytes, which are then processed by the all configured entry readers and writers.

Companion:
object
class Object
trait Matchable
class Any

Value members

Concrete methods

override def read(reader: ByteStreamReader): Context

Reads a Context from a ReaderMedium instance. If there is any problem while reading the Context then Context.Empty should be returned instead of throwing any exceptions.

Reads a Context from a ReaderMedium instance. If there is any problem while reading the Context then Context.Empty should be returned instead of throwing any exceptions.

Definition Classes
override def write(context: Context, writer: ByteStreamWriter): Unit

Attempts to write a Context instance to the WriterMedium.

Attempts to write a Context instance to the WriterMedium.

Definition Classes