Package akka.actor.typed.internal
Class ActorMdc$
- java.lang.Object
-
- akka.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 java.lang.String
AkkaAddressKey()
java.lang.String
AkkaSourceKey()
java.lang.String
AkkaTagsKey()
void
clearMdc()
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()
-
AkkaSourceKey
public java.lang.String AkkaSourceKey()
-
AkkaTagsKey
public java.lang.String AkkaTagsKey()
-
AkkaAddressKey
public java.lang.String AkkaAddressKey()
-
setMdc
public void setMdc(ActorContextImpl.LoggingContext context)
-
clearMdc
public void clearMdc()
-
-