Class ActorMdc
- java.lang.Object
-
- org.apache.pekko.actor.typed.internal.ActorMdc
-
public class ActorMdc extends java.lang.ObjectINTERNAL API
-
-
Constructor Summary
Constructors Constructor Description ActorMdc()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidclearMdc()static java.lang.StringPekkoAddressKey()static java.lang.StringPekkoSourceKey()static java.lang.StringPekkoTagsKey()static voidsetMdc(ActorContextImpl.LoggingContext context)static java.lang.StringSourceActorSystemKey()
-
-
-
Method Detail
-
SourceActorSystemKey
public static java.lang.String SourceActorSystemKey()
-
PekkoSourceKey
public static java.lang.String PekkoSourceKey()
-
PekkoTagsKey
public static java.lang.String PekkoTagsKey()
-
PekkoAddressKey
public static java.lang.String PekkoAddressKey()
-
setMdc
public static void setMdc(ActorContextImpl.LoggingContext context)
-
clearMdc
public static void clearMdc()
-
-