Class AbstractTraceInterceptor

java.lang.Object
datadog.trace.api.interceptor.AbstractTraceInterceptor
All Implemented Interfaces:
TraceInterceptor

public abstract class AbstractTraceInterceptor extends Object implements TraceInterceptor
  • Method Details

    • priority

      public int priority()
      Specified by:
      priority in interface TraceInterceptor
      Returns:
      A unique priority for sorting relative to other TraceInterceptors. Unique because interceptors are stored in a sorted set, so duplicates will not be added.