Class ActorContextImpl.LoggingContext$
java.lang.Object
org.apache.pekko.actor.typed.internal.ActorContextImpl.LoggingContext$
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- ActorContextImpl<T>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ActorContextImpl.LoggingContext$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
LoggingContext$
public LoggingContext$()
-
-
Method Details
-
apply
public ActorContextImpl.LoggingContext apply(org.slf4j.Logger logger, scala.collection.immutable.Set<String> tags, ActorContextImpl<?> ctx) -
apply
public ActorContextImpl.LoggingContext apply(org.slf4j.Logger logger, String tagsString, String pekkoSource, String sourceActorSystem, String pekkoAddress, boolean hasCustomName) -
unapply
-