类 RestTemplateInstrumentation4x
java.lang.Object
org.apache.skywalking.apm.agent.core.plugin.AbstractClassEnhancePluginDefine
org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.ClassEnhancePluginDefine
org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.ClassInstanceMethodsEnhancePluginDefine
org.apache.skywalking.apm.plugin.spring.resttemplate.async.define.RestTemplateInstrumentation
org.apache.skywalking.apm.plugin.spring.resttemplate.async.define.RestTemplateInstrumentation4x
public class RestTemplateInstrumentation4x
extends org.apache.skywalking.apm.plugin.spring.resttemplate.async.define.RestTemplateInstrumentation
RestTemplateInstrumentation4x enhance the doExecute method and createAsyncRequest
method of org.springframework.web.client.AsyncRestTemplate by RestExecuteInterceptor and
org.springframework.http.client.RestRequestInterceptor.
org.springframework.http.client.RestRequestInterceptor set URI and ContextSnapshot to
org.springframework.web.client.AsyncRestTemplate$ResponseExtractorFuture for propagate trace context
after execute doExecute .-
字段概要
从类继承的字段 org.apache.skywalking.apm.agent.core.plugin.AbstractClassEnhancePluginDefine
CONTEXT_ATTR_NAME -
构造器概要
构造器 -
方法概要
从类继承的方法 org.apache.skywalking.apm.plugin.spring.resttemplate.async.define.RestTemplateInstrumentation
enhanceClass, getConstructorsInterceptPoints, getInstanceMethodsInterceptPoints从类继承的方法 org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.ClassInstanceMethodsEnhancePluginDefine
getStaticMethodsInterceptPoints从类继承的方法 org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.ClassEnhancePluginDefine
enhanceClass, enhanceInstance, getInstanceMethodsInterceptV2Points, getStaticMethodsInterceptV2Points从类继承的方法 org.apache.skywalking.apm.agent.core.plugin.AbstractClassEnhancePluginDefine
define, enhance, isBootstrapInstrumentation, witnessMethods
-
构造器详细资料
-
RestTemplateInstrumentation4x
public RestTemplateInstrumentation4x()
-
-
方法详细资料
-
witnessClasses
- 覆盖:
witnessClasses在类中org.apache.skywalking.apm.agent.core.plugin.AbstractClassEnhancePluginDefine
-