Interface TraceHandler

All Known Implementing Classes:
AbstractTraceHandler, JclLoggingTraceHandler, JulLoggingTraceHandler, Slf4jLoggingTraceHandler

public interface TraceHandler
The TraceHandler is responsible for processing a fully completed trace, i.e. the handler is only called for the root trace of the root context.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(Trace trace)
    Handles the given fully completed trace.
  • Method Details

    • handle

      void handle(Trace trace)
      Handles the given fully completed trace.
      Parameters:
      trace - the fully completed trace (a root trace of a root context)