ContextSerializationHelper

kamon.instrumentation.kafka.client.ContextSerializationHelper

This helper function encapsulates the access to the nested Scala objects for usage in Java.

Avoid ugly Java statements like this: Kamon.defaultBinaryPropagation().write(ctx, kamon.context.BinaryPropagation$ByteStreamWriter$.MODULE$.of(out));

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def fromByteArray(input: Array[Byte]): Context
def toByteArray(ctx: Context): Array[Byte]