java.lang.Object
org.apache.pekko.actor.typed.internal.WithMdcBehaviorInterceptor$
public class WithMdcBehaviorInterceptor$
extends Object
INTERNAL API
-
Field Summary
Fields
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors
-
Method Summary
apply(scala.collection.immutable.Map<String,String> staticMdc,
scala.Function1<T,scala.collection.immutable.Map<String,String>> mdcForMessage,
Behavior<T> behavior,
scala.reflect.ClassTag<T> evidence$1)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Details
-
WithMdcBehaviorInterceptor$
public WithMdcBehaviorInterceptor$()
-
Method Details
-
noMdcPerMessage
public scala.Function1<Object,scala.collection.immutable.Map<String,String>> noMdcPerMessage()
-
apply
public <T> Behavior<T> apply(scala.collection.immutable.Map<String,String> staticMdc,
scala.Function1<T,scala.collection.immutable.Map<String,String>> mdcForMessage,
Behavior<T> behavior,
scala.reflect.ClassTag<T> evidence$1)