Interface UrlAttributesGetter<REQUEST>

All Known Subinterfaces:
HttpServerAttributesGetter<REQUEST,RESPONSE>

public interface UrlAttributesGetter<REQUEST>
An interface for getting URL attributes.

Instrumentation authors will create implementations of this interface for their specific library/framework. It will be used by the UrlAttributesExtractor (or other convention specific extractors) to obtain the various URL attributes in a type-generic way.

Since:
2.0.0