类 GenericRequestorInterceptor

java.lang.Object
org.apache.skywalking.apm.plugin.avro.AbstractRequestInterceptor
org.apache.skywalking.apm.plugin.avro.GenericRequestorInterceptor
所有已实现的接口:
org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstanceConstructorInterceptor, org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstanceMethodsAroundInterceptor

public class GenericRequestorInterceptor extends AbstractRequestInterceptor
  • 构造器详细资料

    • GenericRequestorInterceptor

      public GenericRequestorInterceptor()
  • 方法详细资料

    • beforeMethod

      public void beforeMethod(org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.EnhancedInstance objInst, Method method, Object[] allArguments, Class<?>[] argumentsTypes, org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.MethodInterceptResult result) throws Throwable
      抛出:
      Throwable