Package datadog.trace.api.interceptor
Class AbstractTraceInterceptor
java.lang.Object
datadog.trace.api.interceptor.AbstractTraceInterceptor
- All Implemented Interfaces:
TraceInterceptor
-
Method Details
-
priority
public int priority()- Specified by:
priorityin interfaceTraceInterceptor- 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.
-