类 EitherInterfaceMatch

java.lang.Object
org.apache.skywalking.apm.plugin.spring.concurrent.match.EitherInterfaceMatch
所有已实现的接口:
org.apache.skywalking.apm.agent.core.plugin.match.ClassMatch, org.apache.skywalking.apm.agent.core.plugin.match.IndirectMatch
直接已知子类:
FailedCallbackMatch, SuccessCallbackMatch

public abstract class EitherInterfaceMatch extends Object implements org.apache.skywalking.apm.agent.core.plugin.match.IndirectMatch
EitherInterfaceMatch match the class inherited getMatchInterface() and not inherited getMutexInterface()
  • 构造器详细资料

    • EitherInterfaceMatch

      protected EitherInterfaceMatch()
  • 方法详细资料

    • buildJunction

      public net.bytebuddy.matcher.ElementMatcher.Junction buildJunction()
      指定者:
      buildJunction 在接口中 org.apache.skywalking.apm.agent.core.plugin.match.IndirectMatch
    • isMatch

      public boolean isMatch(net.bytebuddy.description.type.TypeDescription typeDescription)
      指定者:
      isMatch 在接口中 org.apache.skywalking.apm.agent.core.plugin.match.IndirectMatch
    • getMatchInterface

      public abstract String getMatchInterface()
    • getMutexInterface

      public abstract String getMutexInterface()