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 Static Methods Concrete Methods Modifier and Type Method Description static void
clearMdc()
static java.lang.String
PekkoAddressKey()
static java.lang.String
PekkoSourceKey()
static java.lang.String
PekkoTagsKey()
static void
setMdc(ActorContextImpl.LoggingContext context)
static java.lang.String
SourceActorSystemKey()
-
-
-
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()
-
-