Class WithMdcBehaviorInterceptor$


  • public class WithMdcBehaviorInterceptor$
    extends java.lang.Object
    INTERNAL API
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> Behavior<T> apply​(scala.collection.immutable.Map<java.lang.String,​java.lang.Object> staticMdc, scala.Function1<T,​scala.collection.immutable.Map<java.lang.String,​java.lang.Object>> mdcForMessage, Behavior<T> behavior)  
      scala.Function1<java.lang.Object,​scala.collection.immutable.Map<java.lang.String,​java.lang.Object>> noMdcPerMessage()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WithMdcBehaviorInterceptor$

        public WithMdcBehaviorInterceptor$()
    • Method Detail

      • noMdcPerMessage

        public scala.Function1<java.lang.Object,​scala.collection.immutable.Map<java.lang.String,​java.lang.Object>> noMdcPerMessage()
      • apply

        public <T> Behavior<T> apply​(scala.collection.immutable.Map<java.lang.String,​java.lang.Object> staticMdc,
                                     scala.Function1<T,​scala.collection.immutable.Map<java.lang.String,​java.lang.Object>> mdcForMessage,
                                     Behavior<T> behavior)