Class TracingEventTracker


  • public class TracingEventTracker
    extends java.lang.Object
    Class for holding the thread local of tracing events. This class help the Client interceptors to access the request trace event of the containing service to keep the correlation.
    • Constructor Detail

      • TracingEventTracker

        public TracingEventTracker()
    • Method Detail

      • setTraceEvent

        public static void setTraceEvent​(TraceEvent traceEvent)
      • getTraceEvent

        public static TraceEvent getTraceEvent()