类 SpecificRequestorInterceptor
java.lang.Object
org.apache.skywalking.apm.plugin.avro.AbstractRequestInterceptor
org.apache.skywalking.apm.plugin.avro.SpecificRequestorInterceptor
- 所有已实现的接口:
org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstanceConstructorInterceptor,org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstanceMethodsAroundInterceptor
public class SpecificRequestorInterceptor
extends AbstractRequestInterceptor
implements 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从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstanceMethodsAroundInterceptor
afterMethod, handleMethodException
-
构造器详细资料
-
SpecificRequestorInterceptor
public SpecificRequestorInterceptor()
-
-
方法详细资料
-
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 - 指定者:
beforeMethod在接口中org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstanceMethodsAroundInterceptor- 抛出:
Throwable
-