Class ActorMdc$
- java.lang.Object
-
- org.apache.pekko.actor.typed.internal.ActorMdc$
-
public class ActorMdc$ extends java.lang.Object
INTERNAL API
-
-
Constructor Summary
Constructors Constructor Description ActorMdc$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clearMdc()
java.lang.String
PekkoAddressKey()
java.lang.String
PekkoSourceKey()
java.lang.String
PekkoTagsKey()
void
setMdc(ActorContextImpl.LoggingContext context)
java.lang.String
SourceActorSystemKey()
-
-
-
Field Detail
-
MODULE$
public static final ActorMdc$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
SourceActorSystemKey
public java.lang.String SourceActorSystemKey()
-
PekkoSourceKey
public java.lang.String PekkoSourceKey()
-
PekkoTagsKey
public java.lang.String PekkoTagsKey()
-
PekkoAddressKey
public java.lang.String PekkoAddressKey()
-
setMdc
public void setMdc(ActorContextImpl.LoggingContext context)
-
clearMdc
public void clearMdc()
-
-