类 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
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidbeforeMethod(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) 从类继承的方法 org.apache.skywalking.apm.plugin.avro.AbstractRequestInterceptor
afterMethod, handleMethodException, onConstruct
-
构造器详细资料
-
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
-