Interface MessagingAttributesGetter<REQUEST,RESPONSE>


public interface MessagingAttributesGetter<REQUEST,RESPONSE>
An interface for getting messaging attributes.

Instrumentation authors will create implementations of this interface for their specific library/framework. It will be used by the MessagingAttributesExtractor to obtain the various messaging attributes in a type-generic way.