- 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
-
Method Details
-
handle
Handles the given fully completed trace.- Parameters:
trace- the fully completed trace (a root trace of a root context)
-