Interface ClientAttributesGetter<REQUEST,RESPONSE>

All Known Subinterfaces:
HttpServerAttributesGetter<REQUEST,RESPONSE>, NetServerAttributesGetter<REQUEST,RESPONSE>

public interface ClientAttributesGetter<REQUEST,RESPONSE>
An interface for getting attributes describing a network client.

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