类 ListenableFutureCallbackMatch

java.lang.Object
org.apache.skywalking.apm.plugin.spring.concurrent.match.ListenableFutureCallbackMatch
所有已实现的接口:
org.apache.skywalking.apm.agent.core.plugin.match.ClassMatch, org.apache.skywalking.apm.agent.core.plugin.match.IndirectMatch

public class ListenableFutureCallbackMatch extends Object implements org.apache.skywalking.apm.agent.core.plugin.match.IndirectMatch
ListenableFutureCallbackMatch match the class that inherited org.springframework.util.concurrent.ListenableFutureCallback.
  • 方法详细资料

    • 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
    • listenableFutureCallbackMatch

      public static org.apache.skywalking.apm.agent.core.plugin.match.ClassMatch listenableFutureCallbackMatch()