Interface ServerAttributesGetter<REQUEST,RESPONSE>

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

public interface ServerAttributesGetter<REQUEST,RESPONSE>
An interface for getting attributes describing a network server.

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