Interface RpcAttributesGetter<REQUEST>
public interface RpcAttributesGetter<REQUEST>
An interface for getting RPC attributes.
Instrumentation authors will create implementations of this interface for their specific
library/framework. It will be used by the RpcClientAttributesExtractor or RpcServerAttributesExtractor to obtain the various RPC attributes in a type-generic way.
-
Method Summary
Modifier and TypeMethodDescriptiondefault Stringdefault StringgetService(REQUEST request) default Stringdefault StringDeprecated.default StringDeprecated.UsegetService(Object)instead.default StringDeprecated.UsegetSystem(Object)instead.
-
Method Details
-
getSystem
-
system
Deprecated.UsegetSystem(Object)instead.This method is deprecated and will be removed in the subsequent release. -
getService
-
service
Deprecated.UsegetService(Object)instead.This method is deprecated and will be removed in the subsequent release. -
getMethod
-
method
Deprecated.UsegetMethod(Object)instead.This method is deprecated and will be removed in the subsequent release.
-
getMethod(Object)instead.