DeserializeForArteryAdvice

org.apache.pekko.remote.kamon.instrumentation.pekko.remote.internal.remote.DeserializeForArteryAdvice
See theDeserializeForArteryAdvice companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class DeserializationInfo(context: Context, timeStamp: Long, messageSize: Long)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def byteBufferReader(bb: ByteBuffer): ByteStreamReader
@Advice$$OnMethodEnter
def exit(@Advice$$Argument(5) envelopeBuffer: EnvelopeBuffer): DeserializationInfo
@Advice$$OnMethodExit(onThrowable = scala.Predef.classOf[scala.Throwable])
def exit(@Advice$$Argument(0) system: ActorSystem, @Advice$$Argument(5) envelopeBuffer: EnvelopeBuffer, @Advice$$Enter deserializationInfo: DeserializationInfo, @Advice$$Thrown error: Throwable): Unit

Concrete fields

val LastDeserializedContext: ThreadLocal[Context]