SerializeForArteryAdvice

org.apache.pekko.remote.kamon.instrumentation.pekko.remote.internal.remote.SerializeForArteryAdvice
See theSerializeForArteryAdvice companion object

For Artery messages we will always add two sections to the end of each serialized message: the Context and the size of the Context. The layout will look something like this:

|------------------ Actual Message ------------------||-- Kamon Context --||-- Context Size (4 bytes) --|

If the Context is empty the Context size will be zero.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
In this article