Class ActorContextImpl.LoggingContext
java.lang.Object
org.apache.pekko.actor.typed.internal.ActorContextImpl.LoggingContext
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- Enclosing interface:
- ActorContextImpl<T>
public static final class ActorContextImpl.LoggingContext
extends Object
implements scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLoggingContext(org.slf4j.Logger logger, String tagsString, String pekkoSource, String sourceActorSystem, String pekkoAddress, boolean hasCustomName) -
Method Summary
Modifier and TypeMethodDescriptionbooleancopy(org.slf4j.Logger logger, String tagsString, String pekkoSource, String sourceActorSystem, String pekkoAddress, boolean hasCustomName) org.slf4j.LoggerbooleanbooleanbooleaninthashCode()org.slf4j.Loggerlogger()booleanmdcUsed()voidmdcUsed_$eq(boolean x$1) intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>toString()withLogger(org.slf4j.Logger logger) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
LoggingContext
-
-
Method Details
-
logger
public org.slf4j.Logger logger() -
tagsString
-
pekkoSource
-
sourceActorSystem
-
pekkoAddress
-
hasCustomName
public boolean hasCustomName() -
mdcUsed
public boolean mdcUsed() -
mdcUsed_$eq
public void mdcUsed_$eq(boolean x$1) -
withLogger
-
copy
public ActorContextImpl.LoggingContext copy(org.slf4j.Logger logger, String tagsString, String pekkoSource, String sourceActorSystem, String pekkoAddress, boolean hasCustomName) -
copy$default$1
public org.slf4j.Logger copy$default$1() -
copy$default$2
-
copy$default$3
-
copy$default$4
-
copy$default$5
-
copy$default$6
public boolean copy$default$6() -
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-