类 ResponseExtractorFutureInstrumentation4x

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.ResponseExtractorFutureInstrumentation
org.apache.skywalking.apm.plugin.spring.resttemplate.async.define.ResponseExtractorFutureInstrumentation4x

public class ResponseExtractorFutureInstrumentation4x extends org.apache.skywalking.apm.plugin.spring.resttemplate.async.define.ResponseExtractorFutureInstrumentation
ResponseExtractorFutureInstrumentation4x enhance the addCallback method and getDefault method of org.springframework.web.client.AsyncRestTemplate$ResponseExtractorFuture by ResponseCallBackInterceptor and FutureGetInterceptor.

ResponseCallBackInterceptor set the URI and ContextSnapshot to inherited org.springframework.util.concurrent.SuccessCallback and org.springframework.util.concurrent.FailureCallback

  • 字段概要

    从类继承的字段 org.apache.skywalking.apm.agent.core.plugin.AbstractClassEnhancePluginDefine

    CONTEXT_ATTR_NAME
  • 构造器概要

    构造器
  • 方法概要

    修饰符和类型
    方法
    说明
    protected String[]
     

    从类继承的方法 org.apache.skywalking.apm.plugin.spring.resttemplate.async.define.ResponseExtractorFutureInstrumentation

    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

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • ResponseExtractorFutureInstrumentation4x

      public ResponseExtractorFutureInstrumentation4x()
  • 方法详细资料

    • witnessClasses

      protected String[] witnessClasses()
      覆盖:
      witnessClasses 在类中 org.apache.skywalking.apm.agent.core.plugin.AbstractClassEnhancePluginDefine